Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.03 KB | None | 0 0
  1. <?php
  2. /* home page digital section*/
  3.  
  4. function Digital_Transformationa($one,$two){
  5. $dddd = shortcode_atts(array(
  6.  
  7. 'title' =>'Digital Transformational Services We Offer'
  8. ),$one);
  9. ob_start();
  10. ?>
  11. <div class="section-2">
  12. <h2 class="_3"><?php echo $dddd ['title']; ?></h2>
  13. <div class="w-row">
  14. <?php
  15. $ddd = new WP_Query(array(
  16. 'post_type' =>'digitall',
  17. 'posts_per_page' => 3
  18. ));
  19. while($ddd->have_posts()):$ddd->the_post(); ?>
  20. <div class="w-col w-col-4">
  21. <div class="offer"><img class="course" src="<?php the_post_thumbnail(); ?>"><a class="button1 w-button" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
  22. </div>
  23. </div>
  24.  
  25. <?php endwhile; ?>
  26.  
  27.  
  28. </div>
  29. </div>
  30.  
  31. <?php
  32. return ob_get_clean();
  33. }
  34. add_shortcode('digital','Digital_Transformationa');
  35. if(function_exists(vc_map)){
  36.  
  37. vc_map(array(
  38. 'name' =>'Digital Transformational Services We Offer',
  39. 'base' =>'digital',
  40. 'params' =>array(
  41. array(
  42. 'param_name' =>'title',
  43. 'heading' =>'Digital Transformational Title',
  44. 'type' =>'textfield'
  45. )
  46. )
  47. ));
  48. }
  49. /* home page Success stories with our happy customers*/
  50.  
  51.  
  52. function sccess_sto($afff,$zzzz){
  53. $kkk = shortcode_atts(array(
  54.  
  55. 'title' =>'Success stories with our happy customers'
  56. ),$afff);
  57. ob_start();
  58. ?>
  59. <div class="s2">
  60. <h1 class="ggg"><?PHP echo $kkk['title']; ?></h1>
  61. <div class="w-row">
  62. <?php
  63. $mnb = new WP_Query(array(
  64. 'post_type' =>'Success_stories',
  65. 'posts_per_page' => 4
  66. ));
  67. while($mnb->have_posts()):$mnb->the_post(); ?>
  68. <div class="w-col w-col-3"><img class="logo111 w-preserve-3d" src="<?php the_post_thumbnail(); ?>"
  69. </div>
  70. <?php endwhile; ?>
  71.  
  72.  
  73. </div>
  74. </div>
  75.  
  76. <?php
  77. return ob_get_clean();
  78. }
  79. add_shortcode('success','sccess_sto');
  80. if(function_exists(vc_map)){
  81.  
  82. vc_map(array(
  83. 'name' =>'Success stories with our happy customers',
  84. 'base' =>'success',
  85. 'params' =>array(
  86. array(
  87. 'param_name' =>'title',
  88. 'heading' =>'Success stories',
  89. 'type' =>'textfield'
  90. )
  91. )
  92. ));
  93. }
  94. /* Metatrans scetion*/
  95.  
  96. function Metatrans_message($mmdm,$kjiu){
  97. $opu = shortcode_atts(array(
  98.  
  99. 'director_name1' =>'Geoff Nell',
  100. 'taining' =>'Digital Transformation Consulting',
  101. 'images' =>get_template_directory_uri().'/images/Geoff---Profile.jpg',
  102. 'con' =>'/Geoff is passionate about all things digital and the impact it can have on society, companies and cultures.Geoff started out in IT as a programmer, and later moved into design, architecture, IT management and business management. The digitisation, online and social programmes implemented have provided deep insight into the impact digital can have on organisations, specifically around ways of working, cost reduction and new innovation opportunities.In 2014, Geoff embraced his passion for digital disruption, innovation and agility, and co-founded Metatrans Business Services to focus on Digital Business Consulting. Through Metatrans, Geoff has had the opportunity to help companies identify opportunities to leverage off the changing IT landscape and implement solutions that will ensure sustainability and competitiveness.'
  103. ),$mmdm);
  104. ob_start();
  105. ?>
  106.  
  107. <div class="test1">
  108. <div class="row w-row">
  109. <?php $opuimage = wp_attachment_image_src($opu['images'], 'full'); ?>
  110. <div class="col1 w-col w-col-6" style="background-image:url(<?php echo $opuimage[0]; ?>)"></div>
  111. <div class="col2 w-col w-col-6">
  112. <h1 class="geoff"><?php echo $opu['director_name1']; ?></h1>
  113. <div class="cd1"><strong><span class="b"><span class="b"><span class="b"><span class="b">Director: <?php echo $opu['taining']; ?></span></span></span></span></strong>
  114. <br>
  115. <br><?php echo $opu['con']; ?></div>
  116. </div>
  117. </div>
  118. <div class="row w-row">
  119. <div class="ll w-col w-col-6">
  120. <h1 class="xx">Christelle Bure</h1>
  121. <div class="b cd1"><strong><span class="b"><span class="b"><span class="b"><span class="b"></span></span></span></span></strong><span class="blue"><span class="text-hero-blue"><strong>Director: Training and Delivery</strong><br><br><span class="cd1">Christelle is passionate about helping companies and people succeed in todays digital era.Christelle was a director in a learning and development institution where she gained an appreciation for the impact that quality personal development can have in the lives of people when executed with passion and caring, Christelle ensures that the training and personal development done by Metatrans is relevant, modern, applicable to the digital age and makes an real difference in the lives of the people trained through us. Christelle is also a personal coach and understands that enabling the right culture, empowered teams and top notch people is critical to business and people success.Christelle has implemented projects and programmes in the traditional and agile frameworks across various industries, sector and segments, and is passionate about the value of quality project delivery in organisations. She is a skilled facilitator and has been known to lock stakeholders in her office when critical decisions need to be made.</span></span>
  122. <br>
  123. <br>
  124. <br>
  125. <br>
  126. <br>
  127. </span>
  128. </div>
  129. </div>
  130. <div class="kk w-col w-col-6"></div>
  131. </div>
  132. </div>
  133. <?php
  134. return ob_get_clean();
  135. }
  136. add_shortcode('metatrans','Metatrans_message');
  137. if(function_exists(vc_map)){
  138.  
  139. vc_map(array(
  140. 'name' =>'Metatrans message',
  141. 'base' =>'metatrans',
  142. 'params' =>array(
  143. array(
  144. 'param_name' =>'director_name1',
  145. 'heading' =>'Name of director',
  146. 'type' =>'textfield'
  147. ),
  148. array(
  149. 'param_name' =>'taining',
  150. 'heading' =>'Training name',
  151. 'type' =>'textfield'
  152. ),
  153. array(
  154. 'param_name' =>'con',
  155. 'heading' =>'Description',
  156. 'type' =>'textarea'
  157. ),
  158. array(
  159. 'param_name' =>'images',
  160. 'heading' =>'select image',
  161. 'type' =>'attach_image'
  162. )
  163. )
  164. ));
  165. }
  166.  
  167. /*footer top client slider*/
  168.  
  169. function fotter(){
  170. ob_start();
  171. ?>
  172. <div class="k">
  173. <div class="i w-row">
  174. <div class="w-col w-col-3"><img class="gg w-hidden-medium w-hidden-small w-hidden-tiny" src="<?php echo get_template_directory_uri(); ?>/images/pppppp.png" width="250">
  175. </div>
  176. <div class="w-col w-col-3"><img class="gg w-hidden-medium w-hidden-small w-hidden-tiny" src="<?php echo get_template_directory_uri(); ?>/images/dd.png" width="250">
  177. </div>
  178. <div class="w-col w-col-3"><img class="gg w-hidden-medium w-hidden-small w-hidden-tiny" src="<?php echo get_template_directory_uri(); ?>/images/fdd.png" width="250">
  179. </div>
  180. <div class="w-col w-col-3"><img class="gg w-hidden-medium w-hidden-small w-hidden-tiny" src="<?php echo get_template_directory_uri(); ?>/images/xxvv.png" width="250">
  181. </div>
  182. </div>
  183. </div>
  184.  
  185. <?php
  186. return ob_get_clean();
  187. }
  188. add_shortcode('ffff','fotter');
  189. if(function_exists(vc_map)){
  190.  
  191. vc_map(array(
  192. 'name' =>'footer top gallery',
  193. 'base' =>'ffff'
  194. ));
  195. }
  196. /*about page*/
  197.  
  198. function aboutt(){
  199. ob_start();
  200. ?>
  201. <div>
  202. <h1 class="heading-2">About us</h1>
  203. </div>
  204. <div class="section-3">
  205. <div class="paragraph"><strong class="important-text">“It is not the strongest of the species that survive, nor the most intelligent either. It is the one that is most adaptable to change”<br></strong>
  206. </div>
  207. </div>
  208.  
  209. <?php
  210. return ob_get_clean();
  211. }
  212. add_shortcode('abbb','aboutt');
  213. if(function_exists(vc_map)){
  214.  
  215. vc_map(array(
  216. 'name' =>'About page',
  217. 'base' =>'abbb'
  218. ));
  219. }
  220. /*servicess page*/
  221.  
  222. function service(){
  223. ob_start();
  224. ?>
  225. <div class="s2">
  226. <h1 class="ggg">OUR SERVICES</h1>
  227. </div>
  228. <div class="row-2 w-row">
  229. <div class="w-col w-col-3 w-col-small-small-stack w-col-stack"><img class="image-2" sizes="(max-width: 479px) 96vw, (max-width: 767px) 97vw, (max-width: 991px) 98vw, 23vw" src="../images/unnamed-4.jpg" srcset="../images/unnamed-4-p-500x307.jpeg 500w, ../images/unnamed-4-p-800x490.jpeg 800w, ../images/unnamed-4.jpg 982w">
  230. </div>
  231. <div class="w-col w-col-9 w-col-small-small-stack w-col-stack">
  232. <div class="text-block-4"><strong>Our services within the spectrum of Digital Transformation<br></strong>
  233. <br><strong>1) Digital Maturity</strong> &nbsp;
  234. <br>Defined by the ability to identify how technology and digital evolution can help you and the understanding of how to assess, formulate and execute a strategy to clarify this vision. We will provide a guiding hand to <strong>facilitate</strong> the <strong>rethinking</strong> of your <strong>business</strong> and <strong>operating models</strong>. Assessment and Education Providing a granular assessment of your internal infrastructure, in order to install a Digital Governance Strategy.
  235. <br>
  236. <br><strong>2) Assessment and Education</strong>
  237. <br>Providing a granular assessment of your internal infrastructure, in order to install a <strong>Digital Governance Strategy</strong>. This will establish <strong>in house authority</strong> figures that will possess the decision making power to <strong>maintain</strong> and your organization's <strong>digital presence/operations</strong>. The individuals in these positions will be <strong>up skilled</strong> so that they can be <strong>accountable</strong> for responsibilities that their role demands.
  238. <br>
  239. <br><strong>3) Enterprise Content Management</strong>
  240. <br>We will formalize a method of organizing your business’ content that relates to the successful implementation of these newly developed structures.
  241. <br><strong>We are highly specialized in the following fields :<br></strong>- Trend Analysis
  242. <br>- Digitization
  243. <br>- Facilitating Innovation and Design Thinking
  244. <br>- Formulation and Implementation of Digital Strategies
  245. <br>- Future Proofing and Foresight
  246. <br>
  247. <br>We hold ourselves accountable for each of our client’s success through our syllabus. In order to deliver a high quality service, we understand that every client is different, requiring varying degrees change and training. We will work to your strengths to provide a bespoke plan of action based on your individual variables.
  248. <br>
  249. <br>We are a company that focuses on change and innovation through digital methodology, governed by our own strict moral code, we as individuals are continuously learning and developing our own skills in order to stay abreast of our client’s needs with the intention of building long lasting partnerships.
  250. <br>
  251. <br><strong>We can breakdown our services into three categories:</strong>
  252. <br>1) Digital Consulting
  253. <br>2) Training and Development
  254. <br>3) Implementation and Analysis</div>
  255. </div>
  256. </div>
  257.  
  258. <?php
  259. return ob_get_clean();
  260. }
  261. add_shortcode('srrrr','service');
  262. if(function_exists(vc_map)){
  263. vc_map(array(
  264. 'name' =>'OUR SERVICES',
  265. 'base' =>'srrrr'
  266. ));
  267. }
  268. /* our service DIGITAL CONSULTING*/
  269.  
  270.  
  271. function service_digitla(){
  272. ob_start();
  273. ?>
  274.  
  275. <div>
  276. <h1 class="ggg">DIGITAL CONSULTING</h1>
  277. </div>
  278. <div>
  279. <div class="w-row">
  280. <div class="w-col w-col-9">
  281. <div class="text-block-5">Starting with your business model, we analyze your current infrastructure in order to identify key points that can be enhanced through digitization.
  282. <br>
  283. <br>Your company can be broken down into 2 elements of operations, “Animate” and “Inanimate”
  284. <br>
  285. <br>These components work in unison in order to achieve the desired level of operations, subsequently leading to productivity, if either of these component are obsolete in any degree, it would put the entire operations ecosystem out of balance leading to overall disruption.
  286. <br>
  287. <br><strong>Animate Operation</strong>
  288. <br>These are the factors that influence your business that are self-aware, your workforce (in house or outsourced) and your competitors We will map out assessments that can determine the digital intelligence of your workforce, as well as identify training programmes to increase these skills. This provides an opportunity to pinpoint strengths and weakness so that you would be able to redirect valuable resources to capitalize on existing talent.
  289. <br>
  290. <br>We are also able to map out your industry landscape to determine the scope of change that needs to be applied in order to successfully compete and thrive within your industry.
  291. <br>
  292. <br><strong>Inanimate Operations</strong>
  293. <br>These are the factors within your business that are autonomous and non- aware, such as process, hardware etc. We advise on the best practices around lean and agile operation, support functions, and development. By assessing, identifying, and applying new technologies and automation within your business, we are able to improve the overall workflow and productivity.
  294. <br>
  295. <br>This assessment is modelled on The McKinsey 7s Framework®, producing data based on the 7 key areas within your business :
  296. <br>- Style
  297. <br>- Skills
  298. <br>- Systems
  299. <br>- Structure
  300. <br>- Staff
  301. <br>- Strategy
  302. <br>- Shared Values
  303. <br>
  304. <br>Using the data gleaned from these areas, a strategy is formulated and mapped out to provide insight into key opportunities within your model to improve. We identify these opportunities for digital transformation and define the journey for change. We will structure your digital operation models and value chains so you can operation at your business’ optimum capacity.
  305. <br>
  306. <br><strong>We are highly specialized in the following fields :</strong>
  307. <br>- Trend Analysis
  308. <br>- Digitization
  309. <br>- Facilitating Innovation and Design Thinking
  310. <br>- Formulation and Implementation of Digital Strategies
  311. <br>- Future Proofing and Foresight</div>
  312. </div>
  313. <div class="w-col w-col-3"><img class="image-3" src="../images/Untitled-2.png" width="250">
  314. </div>
  315. </div>
  316. </div>
  317. <div>
  318. <div class="text-block-6">WANT A DIGITAL CONSULTANT?</div><a class="button-2 w-button" href="tel:0100055359" target="_blank">CALL US</a><a class="button-2 button-aza w-button" href="mailto:admin@metatrans.co.za?subject=You got mail" target="_blank">EMAIL US</a>
  319. </div>
  320. <?php
  321. return ob_get_clean();
  322. }
  323. add_shortcode('diggg','service_digitla');
  324. if(function_exists(vc_map)){
  325.  
  326. vc_map(array(
  327. 'name' =>'DIGITAL CONSULTING',
  328. 'base' =>'diggg'
  329. ));
  330. }
  331.  
  332. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement