PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.12
Smart Grid-Layout Design for Contact Form 7 v4.12
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / assets / cf7-admin-table / admin / partials / cf7sg-tutorials-pro.php

cf7sg-tutorials-pro.php in Smart Grid-Layout Design for Contact Form 7 4.12, at assets/cf7-admin-table/admin/partials/cf7sg-tutorials-pro.php

46 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /* panel for pro-help */
3 $path = plugin_dir_url(__FILE__).'/images/';
4 ?>
5 <div class="container">
6 <div class="row">
7 <div class="columns two-thirds">
8 <h3>
9 Hire professional help.
10 </h3>
11 <p class="intro">
12 Hire a seasoned expert in data pipeline processing with over 20 years experience in designing data tools and pipelines in varied industries,
13 </p>
14 <ul>
15 <li>Astronomy data analysis and processing.<br />
16 <img src="<?=$path?>/esa.png" />
17 </li>
18 <li>Planetary Science data processing tool.<br />
19 <img src="<?=$path?>/esa.png" />
20 <img src="<?=$path?>/nasa.png" />
21 <img src="<?=$path?>/isro.png" />
22 <img src="<?=$path?>/jaxa.png" />
23 </li>
24 <li>Financial trading data processing and storage.<br />
25 <img class="dresner" src="<?=$path?>/dresner.png" />
26 </li>
27 <li>Carbon Footprint data processing, real-time calculation, and archival.<br />
28 <img src="<?=$path?>/cii.png" />
29 <img src="<?=$path?>/moefcc.png" />
30 </li>
31 <li>Automotive financial and performance KPI dashboard analysis.<br />
32 <img class="rntbci" src="<?=$path?>/rntbci.png" />
33 </li>
34 <li>Manufacturing tracking and quality data capture and processing.<br />
35 <img class="hex" src="<?=$path?>/hex.png" />
36 </li>
37 </ul>
38 <p class="intro">
39 For more information reach out to <u style="color:blue">vrata at syllogic dot in</u>.
40 </p>
41 </div>
42 <div class="columns one-third">
43 </div>
44 </div>
45 </div>
46