Skip to content

Commit 772a3c8

Browse files
committed
Rename idea-to-reality.html to our-process.html
1 parent 02a01d2 commit 772a3c8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="idea-to-reality-box" class="row justify-content-between align-items-center">
1+
<div id="our-process-box" class="row justify-content-between align-items-center">
22
<div class="d-none d-md-flex col-md-1"></div>
33
<div class="start-image-box order-1 col-12 col-md-5 text-center text-md-left">
44
<img src="{{ "/assets/images/lego-stack.png" | relative_url }}" class="img-fluid" alt="A stack of bricks fitting nicely together">

_pages/our_solution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,5 +300,5 @@ <h2>Key Features</h2>
300300
</div>
301301
</div>
302302
</div>
303-
{%- include idea-to-reality.html -%} {%- include testimonials.html -%}
303+
{%- include our-process.html -%} {%- include testimonials.html -%}
304304
</div>

_pages/partner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Let’s Talk.</h2>
4141
</div>
4242
</div>
4343

44-
{%- include idea-to-reality.html -%}
44+
{%- include our-process.html -%}
4545

4646
{%- include testimonials.html -%}
4747

_sass/base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,9 @@ main {
902902
}
903903

904904
/**
905-
* From Idea to Reality
905+
* Our Process
906906
*/
907-
#idea-to-reality-box {
907+
#our-process-box {
908908
background-color: map-get($primary-colors, 'white');
909909
padding-bottom: 144px;
910910
padding-top: 144px;

0 commit comments

Comments
 (0)