-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-methodology.php
157 lines (157 loc) · 4.32 KB
/
settings-methodology.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?php
$sections = [
'settings' => [
],
'lead' => [
'settings' => [
'class' => 'brown'
],
'h1' => [
'attrs' => [
'rel' => 'methodology:lead:h1'
],
'value' => 'Our Approach'
],
'div' => [
'attrs' => [
'rel' => 'methodology:lead:video',
'class' => 'play-button floatright'
],
'value' => ''
],
'p-0' => [
'attrs' => [
'rel' => 'methodology:lead:h4'
],
'value' => 'Custom software built around people and the work they do. Organic improvements that can be implemented in a fraction of the time compared to mega-tech ERP providers. </p><a title="Zvi Epner visits a warehouse in California where he works with clients to optimize their operations by documenting every aspect of the physical space as well as discussing action steps involved in each process." class="play-button floatleft" href="https://youtu.be/s1-9dWOka4A" target="_blank"><img src="img/play-button.png" /></a><p>No licensing fees. <br>Flexible framework. <br>Lasting competitive edge.'
],
'p' => [
'attrs' => [
'rel' => 'methodology:lead:cta',
'class' => 'cta'
],
'value' => 'Read more below…'
]
],
'step1' => [
'settings' => [
'class' => 'white steps nopadbottom'
],
'h6' => [
'attrs' => [
'rel' => 'methodology:step1:step-1',
'class' => 'red'
],
'value' => 'Step 1'
],
'h2' => [
'attrs' => [
'rel' => 'methodology:step1:h2'
],
'value' => 'Operations Assessment'
],
'p' => [
'attrs' => [
'rel' => 'methodology:step1:p'
],
'value' => 'Don\'t wait to increase cash flow & productivity. <br>You\'ve got operations bottlenecks that can be solved today with a good hard look and a little code. <strong>OpLogic Diagnostics</strong> will help measure the gains that can be achieved versus the cost to automate.'
]
],
'step2' => [
'settings' => [
'class' => 'white steps'
],
'h6' => [
'attrs' => [
'rel' => 'methodology:step2:step-2',
'class' => 'red'
],
'value' => 'Step 2'
],
'h2' => [
'attrs' => [
'rel' => 'methodology:step2:h2'
],
'value' => 'Critical Repairs'
],
'p' => [
'attrs' => [
'rel' => 'methodology:step2:p'
],
'value' => 'Where are you losing cash? <br><br>Many companies try to solve these complex operational issues with a shiny new expensive system. Instead, our approach starts with focus on building or repairing foundational systems that <strong>directly improve daily operations</strong>.'
]
],
'step3' => [
'settings' => [
'class' => 'brown steps nopadbottom'
],
'h6' => [
'attrs' => [
'rel' => 'methodology:step3:step-3',
'class' => 'red'
],
'value' => 'Step 3'
],
'h2' => [
'attrs' => [
'rel' => 'methodology:step3:h2'
],
'value' => 'Business Logic Mapping'
],
'p' => [
'attrs' => [
'rel' => 'methodology:step3:p'
],
'value' => 'How much time and money is being wasted on guesswork? <br><br>Digitally mapping production from raw inputs to delivery at every point enables clarity about opportunities for documentation and/or automation.'
]
],
'step4' => [
'settings' => [
'class' => 'brown steps'
],
'h6' => [
'attrs' => [
'rel' => 'methodology:step4:step-4',
'class' => 'red'
],
'value' => 'Step 4'
],
'h2' => [
'attrs' => [
'rel' => 'methodology:step4:h2'
],
'value' => 'Rapid Software Deployment'
],
'p' => [
'attrs' => [
'rel' => 'methodology:step4:p'
],
'value' => 'Spending months "architecting" a large system? Not here. <br><br>OpLogic builds software that improves floor operations while also providing real-time activity reporting. Constantly improving the landscape of how you do business, we iterate often so you can get the benefit of new tools integrated faster.'
]
],
'step5' => [
'settings' => [
'class' => 'white steps'
],
'h6' => [
'attrs' => [
'rel' => 'methodology:step5:step-5',
'class' => 'red'
],
'value' => 'Step 5'
],
'h2' => [
'attrs' => [
'rel' => 'methodology:step5:h2',
'class' => 'red'
],
'value' => 'Scalability'
],
'p' => [
'attrs' => [
'rel' => 'methodology:step5:p'
],
'value' => 'Only processes that are understood, can be automated. <br><br>OpLogic diligently draws out every step within every workflow to build a custom system built on the elements that make your business work.'
]
]
];