-- phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 08, 2020 at 06:42 AM
-- Server version: 5.6.41-84.1
-- PHP Version: 7.3.6
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!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 utf8mb4 */;
--
-- Database: `khabafsv_apps_v`
--
-- --------------------------------------------------------
--
-- Table structure for table `admins`
--
CREATE TABLE `admins` (
`id` int(11) NOT NULL,
`username` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `admins`
--
INSERT INTO `admins` (`id`, `username`, `email`, `password`) VALUES
(1, 'K.hamouda', 'K.hamouda@apps-valley.net', '67691ab2041837d7380f739714b62a72');
-- --------------------------------------------------------
--
-- Table structure for table `blog`
--
CREATE TABLE `blog` (
`id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`description` varchar(255) DEFAULT NULL,
`tags` varchar(255) DEFAULT NULL,
`body` text,
`img` varchar(255) DEFAULT NULL,
`creation_date` date DEFAULT NULL,
`creation_time` time DEFAULT NULL,
`modified_date` date DEFAULT NULL,
`modified_time` time DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `clients`
--
CREATE TABLE `clients` (
`client_id` int(11) NOT NULL,
`client_name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`description` varchar(300) NOT NULL,
`tags` varchar(300) NOT NULL,
`logo` varchar(255) DEFAULT NULL,
`info` text,
`creation_date` date DEFAULT NULL,
`creation_time` time DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `clients`
--
INSERT INTO `clients` (`client_id`, `client_name`, `slug`, `description`, `tags`, `logo`, `info`, `creation_date`, `creation_time`) VALUES
(4, 'Vodafone', 'vodafone', 'The industry is always\r\nchanging, Vodafone\r\nhas been adapting with our\r\nhelp!', 'vodafone\r\n\r\n', 'clients/2020/01/28/Apps-Valleyclients_5e308fcb0c490.png', '<p><span style="color:rgb(34, 34, 34); font-family:arial,sans-serif; font-size:14px">Vodafone Egypt is the largest mobile network operator in Egypt in terms of active subscribers.</span></p>\r\n\r\n<p><span style="color:rgb(34, 34, 34); font-family:arial,sans-serif; font-size:14px">It was launched in 1998 under its former name Click GSM. It covers various voice and data exchange services, </span></p>\r\n\r\n<p><span style="color:rgb(34, 34, 34); font-family:arial,sans-serif; font-size:14px">as well as 4G, 3G, ADSL and broadband Internet services.</span></p>\r\n', '2020-01-28', '20:12:21'),
(5, 'The Group', 'the-group', 'A Multi-Billion Dollar\r\nQatari Fin-tech Service whose\r\nbeen\r\nour Client for 9 Years!', 'the group,qatar', 'clients/2020/01/28/Apps-Valleyclients_5e308fbb03a07.jpg', '<p><span style="color:rgb(0, 0, 0); font-family:cairo,sans-serif; font-size:12.5px">A Multi-Billion Dollar Qatari Fin-tech Service whose been our Client for 9 Years!</span></p>\r\n', '2020-01-28', '20:36:47'),
(6, 'EGID, A NASDAQ Partner', 'egid-nasdaq-partner', 'EGID was stuck in creating\r\nits stock exchange\r\nApplications.\r\nThat`s until we came along!', 'EGID, A NASDAQ Partner', 'clients/2020/01/28/Apps-Valleyclients_5e309170a4252.jpg', '<p><span style="color:rgb(0, 0, 0); font-family:cairo,sans-serif; font-size:12.5px">EGID was stuck in creating its stock exchange Applications. That&#39;s until we came along!</span></p>\r\n', '2020-01-28', '20:37:53'),
(7, 'Summit, Orascom Group', 'summit-orascom-group', 'When Orascom needed a Camera\r\nSurveillance Control System, we\r\nwere on-site and provided them\r\nwith all the technology they\r\nneeded', '', 'clients/2020/01/28/Apps-Valleyclients_5e308fa9e027a.jpg', '<p><span style="color:rgb(0, 0, 0); font-family:cairo,sans-serif; font-size:12.5px">When Orascom needed a Camera Surveillance Control System, we were on-site and provided them with all the technology they needed</span></p>\r\n', '2020-01-28', '20:56:14');
-- --------------------------------------------------------
--
-- Table structure for table `faq`
--
CREATE TABLE `faq` (
`id` int(11) NOT NULL,
`title` varchar(255) DEFAULT NULL,
`slug` varchar(255) NOT NULL,
`answer` text,
`tags` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`modified_date` date DEFAULT NULL,
`modified_time` time DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `faq`
--
INSERT INTO `faq` (`id`, `title`, `slug`, `answer`, `tags`, `description`, `modified_date`, `modified_time`) VALUES
(1, 'Question 1', 'question-1', '<p>asdsadasdsa</p>\r\n\r\n<p>d</p>\r\n\r\n<p>sas</p>\r\n\r\n<p>d</p>\r\n\r\n<p>sa</p>\r\n\r\n<p>d</p>\r\n\r\n<p>sa</p>\r\n', 'dsad,asddsad,sadsad ', 'dsffdsfsd sdf fsdf sdfsd ', '2019-12-08', '22:42:31');
-- --------------------------------------------------------
--
-- Table structure for table `projects`
--
CREATE TABLE `projects` (
`id` int(11) NOT NULL,
`title` varchar(255) DEFAULT NULL,
`slug` varchar(255) NOT NULL,
`description` varchar(255) DEFAULT NULL,
`tags` varchar(255) DEFAULT NULL,
`body` text,
`image` varchar(255) DEFAULT NULL,
`modified_date` date DEFAULT NULL,
`modified_time` time DEFAULT NULL,
`client_id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `projects`
--
INSERT INTO `projects` (`id`, `title`, `slug`, `description`, `tags`, `body`, `image`, `modified_date`, `modified_time`, `client_id`) VALUES
(7, 'Vodafone – Egypt', 'vodafone-egypt', 'Vodafone – Egypt', 'Vodafone Egypt,apps', '<h2 style="font-style:inherit">Vodafone &ndash; Egypt</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p>fCare Facebook Solution</p>\r\n\r\n<p>For Vodafone-Egypt, Apps Valley has delivered an Innovative Customer Care Utility on Fac</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9be18fb34.jpg', '2020-02-17', '15:58:25', 4),
(5, 'The Group Securities, Qatar', 'the-group-securities-qatar', 'The Group Securities, Qatar', 'The Group,Securities,Qatar', '<h2>The Group Securities, Qatar</h2>\r\n\r\n<p><span style="font-family:pt sans; font-size:15px">Our mStock software was supplied to Group Securities, one of the leading brokerage houses in the Middle East, in the year 2006, a path breaking venture. It was perhaps the first of its kind in those days. Group Securities reported a tremendous increase in its revenues and customer base within a short time of deploying mStock. Their trading average stood at 100 million riyals per month as a result of mStock implementation on the mobile platform.</span></p>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9b4173135.jpg', '2020-02-17', '15:55:37', 5),
(6, 'ISCOB Bank – Sudan', 'iscob-bank-sudan', 'ISCOB Bank – Sudan', 'ISCOB Bank,Sudan', '<h2 style="font-style:inherit">ISCOB Bank &ndash; Sudan</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p>Mobile Banking Solution :- Using the same client/server platform and capability, we<br />\r\ndeliver a true Mobile Banking solution where Bank customers are entertaining<br />\r\nall the Bank services from a rich mobile client, using Graphical User Interface menus, providing services like :</p>\r\n\r\n<ul>\r\n <li>Accounts Balance Inquiries,</li>\r\n <li>Accounts Statement Inquiries,</li>\r\n <li>MPayments</li>\r\n <li>micro Transfers</li>\r\n <li>Bank Statements can be requested and received via SMS</li>\r\n</ul>\r\n\r\n<p>Our mBank solution was launched recently with &ldquo;Islamic Co-operative and Development Bank&rdquo; (ISCOB) in Sudan. A press conference was conducted on Monday August 9th 2010 for the launch of the service.</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9b723efc5.jpg', '2020-02-17', '15:56:33', 5),
(8, 'EFG-Hermes, Egypt', 'efg-hermes-egypt', 'EFG-Hermes, Egypt', 'EFG-Hermes, Egypt', '<h2 style="font-style:inherit">EFG-Hermes, Egypt</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p>Following the tremendous success at Group Securities, EFG-Hermes decided to implement our mStock mobile stock trading platform for their Egypt and Oman markets. mStock brought unprecedented ease of use and opportunities for investors on the go in this region, resulting in increased revenue generation for this brokerage house.</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9c27a4669.jpg', '2020-02-17', '15:59:17', 5),
(9, 'Mobile Banking – mBank', 'mobile-banking-mbank', 'Mobile Banking – mBank', 'Mobile Banking ,mBank', '<h2 style="font-style:inherit">Mobile Banking &ndash; mBank</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p><strong><span style="font-family:inherit">The software that streamlines the banking processes</span></strong></p>\r\n\r\n<p>Our Mobile Banking &ldquo;mBank&rdquo; corporate and financial software gives unprecedented ease of use, widest functionalities and topmost security for the banking sector. mBank is flexible, secure, scalable and modular. Banks and financial institutions can offer mobile banking facility to their customers, ensure their loyalty and gain revenues through services such as margins on bill payments and online money transfers as well as premium services. Switching to mBank also reduces pressure on bank staff and on call centers, effecting further savings. Simultaneously it enhances operational efficiency while providing superior, customer friendly services through an easy to use interface.</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9c7927833.jpg', '2020-02-17', '16:00:29', 5),
(10, 'Mobile Stock Trading – mStock', 'mobile-stock-trading-mstock', 'Mobile Stock Trading – mStock', 'Mobile Stock Trading, mStock', '<h2 style="font-style:inherit">Mobile Stock Trading &ndash; mStock</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p><strong><span style="font-family:inherit">The Stock trading on move!</span></strong></p>\r\n\r\n<p>The Mobile Stock Trading solution mStock enabled trading breaks out of the confines of laptops and desktops and enables online stock trading while on the go. Investors find mStock very convenient, versatile and easy to use. mStock is ideal for stock brokers. Brokers can offer their clients unprecedented stock trading facilities while on the go through this software, help them access markets in real time through an intuitive, easy to use interface and carry out secure transactions at the touch of a button. mStock is feature rich, has sophisticated security features, is easy to implement and is affordable. Brokers will love it for the way it reduces workloads, reduces manpower needs, enhances customer loyalty and provides security in online transactions.</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9cb2528e9.jpg', '2020-02-17', '16:01:24', 5),
(11, 'Mobile Care – mCare', 'mobile-care-mcare', 'Mobile Care – mCare', 'Mobile Care ,mCare', '<h2 style="font-style:inherit">Mobile Care &ndash; mCare</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p><strong><span style="font-family:inherit">Manage mobile customers in a better way</span></strong></p>\r\n\r\n<p>It is yet another of our notable achievements. This is a multi-purpose customer management utility developed for mobile platforms, customized for each mobile service operator for easy interaction with their customers. Users of the service can buy top ups, pay utility bills and mobile bills, transfer money, subscribe or unsubscribe to services and access or retrieve VMS messages through this nifty app. It is easy to use yet highly sophisticated and secure.</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9ceeb927a.png', '2020-02-17', '16:02:25', 5),
(12, 'Facebook Care – fCare', 'facebook-care-fcare', 'Facebook Care – fCare', 'Facebook Care,fCare', '<h2 style="font-style:inherit">Facebook Care &ndash; fCare</h2>\r\n\r\n<div class="entry-content clr" style="box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; font-family: &quot;PT Sans&quot;; font-size: 15px;">\r\n<p><strong><span style="font-family:inherit">Socialize your services</span></strong></p>\r\n\r\n<p>an Innovative Customer Care Utility on Facebook, fCare is used as a portal for services subscription, management, with a complete CMS to administer the portal</p>\r\n</div>\r\n', 'projects/2020/02/17/Apps-Valleyprojects_5e4a9d0dd5c14.jpg', '2020-02-17', '16:03:17', 5);
-- --------------------------------------------------------
--
-- Table structure for table `services`
--
CREATE TABLE `services` (
`id` int(11) NOT NULL,
`title` varchar(255) DEFAULT NULL,
`slug` varchar(255) NOT NULL,
`description` varchar(255) DEFAULT NULL,
`tags` varchar(255) DEFAULT NULL,
`body` longtext,
`image` varchar(255) DEFAULT NULL,
`modified_date` date DEFAULT NULL,
`modified_time` time DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `services`
--
INSERT INTO `services` (`id`, `title`, `slug`, `description`, `tags`, `body`, `image`, `modified_date`, `modified_time`) VALUES
(2, 'IT OUTSOURCING SERVICES', 'it-outsourcing-services', 'With vast experience as an IT services provider, App-Valley can develop IT solutions that deliver results for your business. ', 'IT,OUTSOURCING,SERVICES', '<div class="container content-body">\r\n<div class="center-block">\r\n<p style="text-align:center"><span style="font-size:20px"><strong>OUR EXPERTISE</strong></span></p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Office As A Services</h2>\r\n\r\n<p>Office As A Service is now seen as a strategic move that allows businesses to gain a competitive advantage. It involves the outsourcing of some or all back office responsibilities such as data entry, payroll management, forms processing and customer support to a third party instead of handling these processes in-house. By outsourcing these functions to us, you can focus on your core business and at the same time, be guaranteed that all your tasks will be completed efficiently and on time.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Office-as-a-service.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/HR-as-a-service.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>HR As A Service</h2>\r\n\r\n<p>Our human resource services include advisory, technology and administration solutions to help you effectively manage your HR programs while engaging your employees career. We help you to improve business results through talent management of people, processes, tools, and analytics with HR as a Service (HRaaS). Feel free to contact us now for more details.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Android Developers</h2>\r\n\r\n<p>With the huge buildout of Android devices in the global market, every business on demand to own custom android app development for their customers. Implement your unique development idea as successful mobile application with the expertise in technology. Apps Valley is prominent Android app development service providers providing Highly Innovative, quality and cut-edged application. Get your custom app developed from one of the most prominent starters of development industry. The best direction and specialized support result into the most captivating Android business apps.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Android.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Apple-IOS.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>IOS Developers</h2>\r\n\r\n<p>iPhone app development is the most booming mobile technology and you can rule it with the right app. By developing significant app for targeted audience. The huge demand of iOS platform gives a straight away flag that not just guarantees good return on investment for the iPhone app development additionally does well for the users. Our bunch of certified iOS developers aims to deliver mobile apps that enable to engage with the customers in successful manner. Hire best iOS app development firm for you project.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>BlackBerry Developers</h2>\r\n\r\n<p>BlackBerry has always been the number one choice of executives from corporate and business world. BlackBerry smartphones let users consistently meet organizational needs. Our BlackBerry application development team provides dedicated, focused and technically advanced BlackBerry application development services to fit business needs of clients. They have the best of the knowledge of BB OS, web-kit browser, HTML, BB Technical Architecture, quality approval process and validation. With our most gifted BB developers, we are able to devise apps for a number of screen sizes, OS versions and resolutions. They are well-experienced with all the BlackBerry technologies such as software development kit, Java development kit, BlackBerry Enterprise server, run-time APIs and so on.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Blackberry.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/HTML5.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>HTML5 Developers</h2>\r\n\r\n<p>HTML5 is the future of web and web apps which makes it huge. It is exciting and can change the web. It is the next generation of web technology. It supports both mobiles and desktop dynamically. Our HTML5 application development team, using the HTML5, CSS3 and JavaScript technologies, designs, develops and implements highly interactive mobile applications for diverse industries. Our HTML5 developers are able to create a variety of applications with industry-grade quality and elevated performance. We better understand the online trends on the web and our experts, with deep insights of client&rsquo;s business and are able to deliver value-added services. We apply proven methodologies and match the end-product with universally defined quality standards. Ultimately, we make sure that each of our HTML5 solutions is cross-platform compatible.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Java, PHP, ASP.NET Developers</h2>\r\n\r\n<p>Our Company offers comprehensive Java and php application development solutions, which includes software architecture, designing and development, project solutions, and software consulting. We have experience of developing multi-platform desktop applications using different tools and framework. We are expert in developing custom user interfaces and graphical interfaces for these Java and php desktop applications to maintain and promote the client&rsquo;s brand identity. Contact us now for a custom solutions of your project.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/java.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Mobile-App-Developers.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Mobile Development Developers and Consultants</h2>\r\n\r\n<p>The mobile development developers and consultants offer a special level of service to their clients and work as a mobile expert to guide the project. The idea is to make a project work to its best potential and offer an enterprise-level consulting for mobile strategy. The purpose is to look for the right questions related to the trends in the marketplace and what the end users are looking for. The challenges for the mobile developers and consultants to offer an optimum experience in mobility services, and offer personalized services. The purpose is to provide one a successful consultative approach and work according to the business needs. There are a number of challenges at every step that pertain to the entire range of app development, testing and distribution. The mobile development consultants will devise an appropriate strategy according to your business needs and help one make the right choices for a successful implementation.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="center-block">\r\n<h2>TALENT POOL</h2>\r\n\r\n<p>Egypt has a very large and highly educated population, which provides a unique opportunity for larger operations with about 500,000 annual graduates from over 35 universities and 100 institutes. Every year, about 220,000 students in business process services related fields and 50,000 students in IT-related fields graduate ready to deliver advanced processes and knowledge services in over 20 languages across more than 100 countries. With these numbers, Egypt is positioned among Poland and the Philippines, traditionally strong sourcing destinations. See Graphic 2. While UK and France are the better examples here, as the graduates with English and French language knowledge are the highest in number, German graduate numbers are still significant, especially compared with other sourcing destinations in CEE and the growing demand and costs. &ldquo;In Egypt there are a large number of well-educated high school and university graduates who speak German. Cairo has a German university that graduates some 500 students each year. They are fluent in German and can often express themselves well in other European languages. This makes them ideal candidates for jobs involving SQS customers from German-speaking regions</p>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/wp-content/uploads/2018/04/Talent-Pool-1024x461.png" /></p>\r\n</div>\r\n\r\n<div class="center-block">\r\n<h2>INNOVATION</h2>\r\n\r\n<p>MNCs operating in Egypt praise the high levels of quality and innovation of employees in service delivery and ability to come up with new initiatives for creating value to the business. Propped by its unique talents, the IT innovation arena in Egypt is flourishing, with several success stories of small businesses securing millions of dollars of investments from Europe, the US, and the Middle East and successfully offshoring IT services to EMEA.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/wp-content/uploads/2018/04/Egypt-1024x252.png" /></p>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/wp-content/uploads/2018/04/Skilled-talent-pool-1024x322.png" /></p>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/wp-content/uploads/2018/04/Quality-1024x366.jpg" /></p>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/wp-content/uploads/2018/04/Industry-Leaders-1024x332.jpg" /></p>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/wp-content/uploads/2018/04/Collaborative-Environment-1024x413.jpg" /></p>\r\n\r\n<p style="text-align:center">&nbsp;</p>\r\n\r\n<p style="text-align:center">&nbsp;</p>\r\n\r\n<p style="text-align:center">&nbsp;</p>\r\n\r\n<p style="text-align:center">&nbsp;</p>\r\n\r\n<div class="center-block">\r\n<h2 style="text-align:center"><strong><span style="font-size:24px">Testimonials&nbsp;</span></strong></h2>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\r\n<blockquote>\r\n<p style="text-align:center"><strong>Outsourcing Destination of the Year</strong></p>\r\n\r\n<p style="text-align:center">Global Sourcing Association</p>\r\n\r\n<p style="text-align:center"><cite>(2016) </cite></p>\r\n</blockquote>\r\n</div>\r\n\r\n<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\r\n<blockquote>\r\n<p style="text-align:center"><strong>This is a good time for investors to explore new investment opportunities in Egypt</strong></p>\r\n\r\n<p style="text-align:center">PricewaterhouseCoopers</p>\r\n\r\n<p style="text-align:center"><cite>(2017)</cite></p>\r\n</blockquote>\r\n</div>\r\n\r\n<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\r\n<blockquote>\r\n<p style="text-align:center"><strong>Large and highly educated population with a diverse set of language skills</strong></p>\r\n\r\n<p style="text-align:center">A.T. Kearney</p>\r\n\r\n<p style="text-align:center"><cite>(2016)</cite></p>\r\n</blockquote>\r\n</div>\r\n\r\n<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\r\n<blockquote>\r\n<p style="text-align:center"><strong>Geographic proximity to Europe and Asia and is gateway to Middle East and Africa</strong></p>\r\n\r\n<p style="text-align:center">Everest Group</p>\r\n\r\n<p style="text-align:center"><cite>(2015)</cite></p>\r\n</blockquote>\r\n</div>\r\n\r\n<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\r\n<blockquote>\r\n<p style="text-align:center"><strong>Starting a business made easier by merging procedures at the onestop shop</strong></p>\r\n\r\n<p style="text-align:center">World Bank</p>\r\n\r\n<p style="text-align:center"><cite>(2016)</cite></p>\r\n</blockquote>\r\n</div>\r\n\r\n<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">\r\n<blockquote>\r\n<p style="text-align:center"><strong>Egypt offers one of the most competitive operating cost per fulltime employee</strong></p>\r\n\r\n<p style="text-align:center">IDC</p>\r\n\r\n<p style="text-align:center"><cite>(2016)</cite></p>\r\n</blockquote>\r\n</div>\r\n</div>\r\n', 'services/2019/12/22/Apps-Valleyservices_5e0043c0672af.jpg', '2020-03-01', '14:10:38'),
(3, 'Mobile Applications Development', 'mobile-applications-development', 'At Apps-Valley, we take sophisticated simplicity seriously. No matter how massive an idea, our team of designers and developers can distill its most important parts and make it user friendly on mobile devices.', 'Mobile Application Design,Mobile Development Process', '<div class="container row">\r\n<h2 style="text-align:center">Mobile Application Design &amp; Development Process</h2>\r\n\r\n<p style="text-align:center"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/mobile-app-design-and-development-process.png" /></p>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Mobile Banking Solutions</h2>\r\n\r\n<p>We offer an intuitive and secure mobile banking experience to retail and corporate customers. The solution has been designed based on the agility, customer centricity, multi-modality and enterprise class compatibility. Banking on your device is now more secure and intuitive Delight customers with a broad range of differentiated service capabilities such as bio-metric enabled payments and authentication, personalized on-boarding and remote deposit capture.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Mobile-Banking-Apps.jpg" style="float:right" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Mobile-Payment-Solutions.jpg" style="float:left" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Mobile Payment Solutions</h2>\r\n\r\n<p>We help business of all types to accept and process payments to help maximize business opportunities and growth. Empower individual to go cashless and cardless. Pay &lsquo;on the go&rsquo; from diverse fund sources &ndash; for bills (mobile, utility etc), for goods/service purchased at a physical store, in-app and online store; send or receive money from anyone and much more.<br />\r\nEmpowering more than just payments with highly secured features.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Mobile Stock Trading Solutions</h2>\r\n\r\n<p>Let your customers trade in a more efficient and comprehensive style with secure, fast and quality Trading Software. Multiple functions range from real time stock prices, live trading reports, advanced charting and analysis, to market watch, price alerts and many more. At Apps-Valley, we help you to develop comprehensive stock trading application loaded with all the basic and advanced features.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/stock-info.jpg" style="float:right" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Chat.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Messaging Services</h2>\r\n\r\n<p>We can help you to build real time instant messaging applications for personal and enterprise use, so that you can get connected anytime anywhere. With amazing features like Chat, make announcements, delegate, collect feedback with any number of friends, peers and social circle with our native Android/iOS chat app development solution. We helps people and brands to communicate and collaborate without borders.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Traffic Applications</h2>\r\n\r\n<p>The Mobile Road Traffic Information solves one of the common problems of your customers- the traffic woes- by providing all essential traffic related data on your customer&rsquo;s mobile devices so that the drivers can plan. We specializes in the process of GPS application development using innovative techniques to fetch data and geo-positions of devices. Whether you are hiking on a mountain, riding in a new town, walking down new subways, you can count on GPS Location based apps to make the process easier. You will never face the trouble of finding a place of your interest with technologically advanced GPS Enabled Apps Developed by us.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Traffic-1024x768.jpg" style="float:right" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/elearning-apps.jpeg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Education Mobility Solutions</h2>\r\n\r\n<p>Enable the power of data expertise for education services with deep analytics capabilities and open standards for creating interactive learning models. Impart personalized learning experience to students for improving their outcomes to ensure optimized sustainability of institution&rsquo;s technology infrastructure. We develop Mobile solutions that addresses the critical challenges and issues of learning systems and make learning more effective, responsive and transformative.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<p>End to end mobile application solutions</p>\r\n</div>\r\n', 'services/2020/01/08/Apps-Valleyservices_5e165f00a00d7.jpg', '2020-03-01', '14:10:07'),
(4, 'Facebook and Social Media Application', 'facebook-and-social-media-application', 'Our bespoke social networking application development solutions are feature-rich, packed with revolutionary functionalities and designed to practically benefit businesses. ', 'Facebook and Social Media Application', '<h2 style="text-align:center"><strong><span style="font-size:14px"><span style="color:rgb(34, 34, 34); font-family:consolas,lucida console,courier new,monospace">Building more socialized apps for social networking</span></span></strong></h2>\r\n\r\n<p style="text-align:center"><span style="color:rgb(0, 0, 0)">Our social networking application development solutions are feature-rich, packed with revolutionary functionalities and designed to practically benefit businesses. We are able to induce a largest range of features such as user-profile, file, data and link sharing, chat, notifications, messages, location sharing a</span></p>\r\n\r\n<p style="text-align:center"><span style="color:rgb(0, 0, 0)">nd discovering, forums and so on.</span></p>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Restaurant App Development</h2>\r\n\r\n<p>Our development, design and project management teams at have helped various food businesses, startups, caf&eacute;s, production houses and restaurants to cater to changing demands of food enthusiasts and people around the world, mainly in online food delivery, sharing restaurant reviews and rating, favorite food photo sharing as well as their internal systems like managing the inventory, logistics, loyalty, feedback management and efficient restaurant management across multiple locations. We help you develop highly polished and more customizable mobile apps for your restaurant with a backend support, which helps restaurant owners to change menus, prices , offers, deals , descriptions and other related things can be updated. Hire our dedicated team and start building your business to the next level.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Restaurant-Apps.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/elearning-apps.jpeg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>eLearning &amp; Education Apps</h2>\r\n\r\n<p>We deliver multi-platform e-learning solutions for enhancing the overall educational teaching experiences both on campus and off campus, with multiple features such as training, content management, online exams and much more are precisely added to e-learning application, to enhance the training and education experience of the user.</p>\r\n</div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Social Stores App</h2>\r\n\r\n<p>Take advantage of Social Stores Apps to guess the price of the products in the real world and make good comparisons of the price. Now, there is no need to get muddled over getting the lowest price possible as you can get real time information on those must-have gifts on sale. This is a welcome relief as there is always a heavy rush of sales on both offseason and during the festive seasons. Today, more than 85% of shoppers prefer to consult their smartphones and compare prices. Plus, they also prefer those little extras on a product like product reviews, feedback from other customers, etc. Social Stores Apps makes it easy for them and helps them to make the right choices. Shopping need not be a tiresome chore today and with those apps on stores, one can browse multiple catalogs and check for the latest prices. Look for special promotions, reviews, discounts and lowest prices on your smartphone with just a few clicks. Those apps not only help you make the right choices, but also help you save your time, money, and efforts.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Social-Store.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Socialize.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Socialize Your Services</h2>\r\n\r\n<p>Make use of Social Media Apps and take advantage of their social networking features to find and connect with each other. Link with others with similar interests or fulfill your socialize wants. It is all about tracking your interests and joining others who share the same interests. One can also organize people under the same interest-based groups and share content via Facebook, Twitter, SMS or email. These apps enhance your social activities, allowing you to not only socialize with each other, but also leave commented and share data. Take your social events and happenings to the next level and build new and meaningful opportunities for business or personal socialization. Engage directly with others and seek highly-interactive communities. Socialize like never before and take advantage of the new social features on the apps to reach out to million end users. There are already a couple of great success stories where these apps are not only reaching out to millions, but also increasing the impressions and revenue.</p>\r\n</div>\r\n</div>\r\n', 'services/2020/01/08/Apps-Valleyservices_5e165f73bf285.jpg', '2020-03-01', '14:13:03'),
(5, 'Maps and Location Based Services', 'maps-and-location-based-services', 'We can help your business deliver GPS-enabled and/or beacon-compatible mobile applications with great UX for your indoor-outdoor location based mobile application. ', 'Maps and Location Based Services', '<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>LBS Business Intelligence</h2>\r\n\r\n<p>We offer both active and passive location solutions, designed to optimize your location results while reducing network impact in either a Hosted or In-network configuration. Our LBS hosted solution is designed to minimize deployment timeline, costs, and resource requirements. As part of this solution offering, we provide project management, coordination, and testing support. The hosted cloud solution can be converted to an in-network solution at a later date, when it makes sense &ndash; administratively, financially, and technically &ndash; to do so.</p>\r\n</div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Locations-Based-Services.jpg" /></div>\r\n</div>\r\n\r\n<div class="row">\r\n<div class="col-lg-6 col-md-6 col-sm-12"><img alt="" class="img-responsive" src="https://apps-valley.net/files/images/services/Traffic-1024x768.jpg" /></div>\r\n\r\n<div class="col-lg-6 col-md-6 col-sm-12">\r\n<h2>Traffic Applications</h2>\r\n\r\n<p>The Mobile Road Traffic Information solves one of the common problems of your customers- the traffic woes- by providing all essential traffic related data on your customer&rsquo;s mobile devices so that the drivers can plan. We specializes in the process of GPS application development using innovative techniques to fetch data and geo-positions of devices. Whether you are hiking on a mountain, riding in a new town, walking down new subways, you can count on GPS Location based apps to make the process easier. You will never face the trouble of finding a place of your interest with technologically advanced GPS Enabled Apps Developed by us.</p>\r\n</div>\r\n</div>\r\n', 'services/2020/01/08/Apps-Valleyservices_5e165fccc3966.jpg', '2020-03-20', '14:02:56');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
ADD PRIMARY KEY (`id`,`username`);
--
-- Indexes for table `blog`
--
ALTER TABLE `blog`
ADD PRIMARY KEY (`id`,`slug`);
--
-- Indexes for table `clients`
--
ALTER TABLE `clients`
ADD PRIMARY KEY (`client_id`,`slug`) USING BTREE;
--
-- Indexes for table `faq`
--
ALTER TABLE `faq`
ADD PRIMARY KEY (`id`,`slug`);
--
-- Indexes for table `projects`
--
ALTER TABLE `projects`
ADD PRIMARY KEY (`id`,`slug`);
--
-- Indexes for table `services`
--
ALTER TABLE `services`
ADD PRIMARY KEY (`id`,`slug`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `blog`
--
ALTER TABLE `blog`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `clients`
--
ALTER TABLE `clients`
MODIFY `client_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `faq`
--
ALTER TABLE `faq`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `projects`
--
ALTER TABLE `projects`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
COMMIT;
/*!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 */;