Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed public/assets/images/meeting.jpg
Binary file not shown.
Binary file added public/assets/images/meeting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,12 @@ h4 {

@media (max-width: 750px) {
h1:not(.main-title) {
font-size: 1.5em;
font-size: 1.7em;
line-height: 1.5em;
}

h2 {
font-size: 1.2em;
font-size: 1.6em;
line-height: 1.4em;
}

Expand Down
18 changes: 11 additions & 7 deletions resources/views/_snippets/menu_items.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
class="nav-link">Try Rector</a>
</li>

<li class="nav-item">
<a href="{{ action(\App\Controller\DocumentationController::class) }}"
class="nav-link">Docs</a>
</li>

<li class="nav-item">
<a href="{{ action(\App\Controller\HireTeamController::class) }}"
class="nav-link">Hire Team</a>
Expand All @@ -13,21 +18,20 @@ class="nav-link">Hire Team</a>
class="nav-link">Find Rule</a>
</li>

<li class="nav-item">
<a href="{{ action(\App\Controller\ContactController::class) }}"
class="nav-link">Contact</a>
</li>

<li class="nav-item">
<a href="{{ action(\App\Controller\Blog\BlogController::class) }}"
class="nav-link">Blog</a>
</li>


<li class="nav-item">
<a href="{{ action(\App\Controller\DocumentationController::class) }}"
class="nav-link">Docs</a>
<a href="{{ action(\App\Controller\ContactController::class) }}"
class="nav-link">Contact</a>
</li>




@if (!isset($includeFooterLinks))
<li class="nav-item">
<a href="{{ action(\App\Ast\Controller\AstController::class) }}"
Expand Down
2 changes: 1 addition & 1 deletion resources/views/homepage/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="row">
<div class="col-12 text-bigger mb-0 pb-0">
<img src="/assets/images/meeting.jpg" class="float-end rounded-3 border ms-5" style="max-width: 18em" alt="Meeting">
<img src="/assets/images/meeting.png" class="float-end rounded-3 border ms-5" style="max-width: 20em" alt="Meeting">

<p class="mb-5">Tell us your biggest problems that you struggle with.<br>
We won't judge you, we've seen a lot of legacy projects and&nbsp;are&nbsp;here to help.</p>
Expand Down
6 changes: 2 additions & 4 deletions resources/views/homepage/homepage.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class="btn btn-primary">Try It Online</a>
<div class="container mobile-margin-top">
<div id="homepage">
<h2>
How does Rector <span class="text-rector-green">Improve your Business</span>?
How does Rector <span class="text-rector-green">Improve&nbsp;your&nbsp;Business</span>?
</h2>

<div class="text-medium">
Expand Down Expand Up @@ -89,7 +89,7 @@ class="btn btn-primary">Try It Online</a>

<h2>
<span class="text-rector-green">10x Faster and Cheaper</span> upgrades<br>
Build on Experience with <span class="text-rector-green">50+ projects</span>
with <span class="text-rector-green">50+&nbsp;projects&nbsp;Experience</span>
</h2>

<div class="row">
Expand Down Expand Up @@ -147,8 +147,6 @@ class="img-fluid img-thumbnail">
What do CTOs <span class="text-rector-green">Love&nbsp;about&nbsp;Rector</span>?
</h2>

<br>

@include('hire_team/references')

@include('_snippets/homepage_separator')
Expand Down