Skip to content

Commit 2383d89

Browse files
committed
misc
1 parent c681faf commit 2383d89

6 files changed

Lines changed: 23 additions & 87 deletions

File tree

resources/views/_snippets/layout/footer.blade.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,5 @@
3737
</div>
3838
</div>
3939
</div>
40-
41-
<br>
42-
43-
<div class="text-start mt-5 mb-5 text-medium text-sm-center">
44-
We've helped <strong>50+ companies</strong> to speed-up work and reduce technical debt
45-
</div>
4640
</div>
4741
</div>

resources/views/hire_team/references.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313

1414
<h3>
15-
<strong>From PHP 7.2 to 8.3, from Symfony 2.8 to 7.1</strong>
15+
<strong>From PHP 7.2 to 8.3, from Symfony 2.8 to 7.2</strong>
1616
</h3>
1717

1818
<ul class="mt-3">

resources/views/homepage/_parts/benefits.blade.php

Lines changed: 0 additions & 37 deletions
This file was deleted.

resources/views/homepage/_parts/faq.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
<div class="col-12">
1919
<h3>We're in a hurry. Can you start today?</h3>
2020
<p>
21-
We begin with a 3-week <a
22-
href="{{ action(\App\Controller\HireTeamController::class) }}">intro
23-
analysis</a>, followed by an upgrade work.
21+
We begin with a 3-week <a href="{{ action(\App\Controller\HireTeamController::class) }}">intro analysis</a>, followed by an upgrade work.
2422
</p>
2523
</div>
2624

resources/views/homepage/hire_team.blade.php

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@
44
<div id="hire_team">
55
<h1 class="main-title">{!! $page_title !!}</h1>
66

7-
<div class="offset-1 offset-md-2 col-10 col-md-12">
8-
<p class="mt-5 text-bigger">
7+
<div class="offset-1 offset-md-2 col-10 col-md-12 text-bigger">
8+
<p>
99
Your project is a success, but your technical debt is slowing you down?
1010
<br>
1111
Our clients used to have similar problem.
1212
</p>
1313

14-
<p class="text-bigger">
14+
<p class="mb-5">
1515
We help you to <strong>cut feature development costs to a fraction</strong><br>
1616
and make your team <strong>productive and happy again</strong>.
1717
</p>
1818

19-
<br>
20-
21-
<p class="mt-5 text-bigger">
19+
<p>
2220
We build a long-term and <strong>reliable relationship with you</strong> &ndash; our
2321
client.
24-
<br>
25-
<br>
22+
</p>
23+
24+
<p>
2625
Haphazard changes can quickly backfire and introduce regression bugs.
2726
<br>
2827
That's why we take small, safe, gradual steps to reach our goal.
@@ -131,12 +130,14 @@
131130

132131
<hr class="project-border-line m-5">
133132

134-
<div class="text-center">
135-
After we deliver the intro analysis in PDF, you can explore the plan with your team.
136-
<br>
137-
Then we'll have a call about next steps.
138-
<br>
139-
We agree on the best place to start and move to the 2nd phase.
133+
<div class="text-left offset-1">
134+
<p>
135+
After we deliver the intro analysis in PDF, you can explore the plan with your team.
136+
<br>
137+
Then we'll have a call about next steps.
138+
<br>
139+
We agree on the best place to start and move to the 2nd phase.
140+
</p>
140141
</div>
141142

142143
<hr class="project-border-line m-5">
@@ -217,15 +218,18 @@
217218
</p>
218219
</div>
219220

220-
<div class="clearfix"></div>
221221

222+
223+
<div class="clearfix" style="clear: both"></div>
224+
225+
<br>
222226
<br>
223227
<br>
224228

225229
<div class="text-center mt-2">
226230
<a href="{{ action(\App\Controller\ContactController::class) }}"
227231
class="btn btn-success btn-lg ms-3">
228-
Ready for phase 1? Contact us
232+
Do you want to start today? Contact us
229233
</a>
230234
</div>
231235

resources/views/homepage/homepage.blade.php

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class="btn btn-primary">Try It Online</a>
5050

5151
<p>
5252
In the hands of an expert, Rector massively reduces your work-time.<br>
53-
Where project upgrade PHP 8.0 to 8.3 would <strong>take 3 months</strong>, <strong>Rector is done in 3 days</strong>.
53+
Where project upgrade PHP 8.0 to 8.4 would <strong>take 3 months</strong>, <strong>Rector is done in 3 days</strong>.
5454
</p>
5555

5656
<p>
@@ -108,22 +108,6 @@ class="img-fluid img-thumbnail">
108108
* rector talk at laracon https://www.youtube.com/watch?v=qGrsvcWdERc&ab_channel=LaraconEU
109109
-->
110110

111-
@include('_snippets/homepage_separator')
112-
113-
<h2>
114-
Rector <span class="text-rector-green">Empowers Your Project</span>
115-
</h2>
116-
117-
@include('homepage/_parts/benefits')
118-
119-
<br>
120-
121-
<div class="text-center mt-5">
122-
<a href="{{ action(\App\Controller\CodebaseRenovationController::class) }}"
123-
class="btn btn-success btn-lg">
124-
How do we Renovate Codebases?
125-
</a>
126-
</div>
127111

128112
@include('_snippets/homepage_separator')
129113

@@ -147,12 +131,5 @@ class="btn btn-success btn-lg ms-3">
147131
<h2>FAQ</h2>
148132

149133
@include('homepage/_parts/faq')
150-
151-
<div class="text-center mt-5">
152-
<a href="{{ action(\App\Controller\HireTeamController::class) }}"
153-
class="btn btn-success btn-lg">
154-
Do you have more questions? Ask us
155-
</a>
156-
</div>
157134
</div>
158135
@endsection

0 commit comments

Comments
 (0)