Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cakephp/cakephp.org
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ravage84/cakephp.org
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 22, 2018

  1. Test

    ravage84 committed Oct 22, 2018
    Copy the full SHA
    b21fa9b View commit details
Showing with 0 additions and 14 deletions.
  1. +0 −14 src/Template/Element/get-involved/find-job-developer.ctp
14 changes: 0 additions & 14 deletions src/Template/Element/get-involved/find-job-developer.ctp
Original file line number Diff line number Diff line change
@@ -7,18 +7,4 @@ use Cake\Core\Configure;
<p><?= __('If you\'re looking for skilled CakePHP developers, or are a developer yourself and seeking a freelance project or
position at a company, there are many resources available:')?></p>

<h4><?= $this->Html->link(__('LinkedIn'), Configure::read('Site.menu.items.jobs.linkedin.url'), ['target' => '_blank'])?></h4>
<p><?= __('Official career group for CakePHP related opportunities')?></p>

<h4><?= $this->Html->link(__('Freelancer'), Configure::read('Site.menu.items.jobs.freelancer.url'), ['target' => '_blank'])?></h4>
<p><?= __('Jobs available for freelance developers')?></p>

<h4><?= $this->Html->link(__('CakePHPJobs'), Configure::read('Site.menu.items.jobs.cakeJobs.url'), ['target' => '_blank'])?></h4>
<p><?= __('CakePHP related job postings')?></p>

<h4><?= $this->Html->link(__('CakeXperts'), Configure::read('Site.menu.items.jobs.cakexperts.url'), ['target' => '_blank'])?></h4>
<p><?= __('Where developers and employers connect')?></p>

<h4><?= $this->Html->link(__('CakeDC'), Configure::read('Site.menu.items.serviceProvider.cakedc.url'))?></h4>
<p><?= __('Development and consultancy from the experts')?></p>
</div>