Skip to content

Instantly share code, notes, and snippets.

@joeyemery
Created November 18, 2015 14:57
Show Gist options
  • Save joeyemery/05b215b432388f01b73a to your computer and use it in GitHub Desktop.
Save joeyemery/05b215b432388f01b73a to your computer and use it in GitHub Desktop.
$data = [
'intro' => [
'title' => 'Molekula Group have been busy recently.',
'content' => 'We’ve moved our headquarters over 300 miles from Gillingham, Dorset to Newcastle-Upon-Tyne, in the heart of North-East England. We’ve also acquired Sherman Chemicals, another Gillingham based chemical supplier, solidifying our status as one of the UK\'s market leaders in our industry. We’ve also recently dramatically increased the capacity of our operations in Germany, allowing us to hold stock in mainland Europe.',
],
'news' => [
[
'title' => 'Sherman Chemicals Acquisition',
'content' => 'Sherman Chemicals, a company that’s been in operation since 1958, is now 100% owned by the Molekula Group. This has directly expanded the production and contract manufacture side of the business, allowing us to offer our existing customers a much wider range of products and services. It has also given us a greater insight into the market so we can develop and evolve our strategies to suit our customers’ needs.',
// 'link' => '#',
'image' => 'http://www.molekula.com/assets/emails/shermans.jpg',
],
[
'title' => 'Move to Newcastle-Upon-Tyne',
'content' => 'Newcastle-Upon-Tyne is the new location of our headquarters, with our new facility being 8 times larger than our previous facility. Since our move we’ve been working to to stock all of the products we sell regularly to our maximum potential. We’re now settled into our new home, giving us the ability to stock a much higher quantity of products.',
// 'link' => '#',
'image' => 'http://www.molekula.com/assets/emails/office.jpg',
],
],
'products' => [
'title' => 'Some of our most popular products',
'content' => 'Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste <b>natus error sit voluptatem</b> accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore...',
'items' => [
[
'name' => 'Sodium Azide',
'cas' => '26628-22-8',
'image' => 'http://molekula.com/assets/images/structure/31803515.gif',
'link' => 'http://molekula.com/product/26628-22-8/31803515-Sodium%20Azide',
],
[
'name' => 'HEPES',
'cas' => '7365-45-9',
'image' => 'http://molekula.com/assets/images/structure/47376574.gif',
'link' => 'http://molekula.com/product/7365-45-9/47376574-hepes-hydroxyethyl-piperazine-ethanesulfonic-acid',
],
[
'name' => 'Imidazole',
'cas' => '288-32-4',
'image' => 'http://molekula.com/assets/images/structure/21611083.gif',
'link' => 'http://molekula.com/product/288-32-4/21611083-imidazole',
],
[
'name' => 'TRIS Ultrapure',
'cas' => '77-86-1',
'image' => 'http://molekula.com/assets/images/structure/11942384.gif',
'link' => 'http://molekula.com/product/77-86-1/11942384',
],
[
'name' => 'Sodium Pyruvate',
'cas' => '113-24-6',
'image' => 'http://molekula.com/assets/images/structure/19010543.gif',
'link' => 'http://molekula.com/product/113-24-6/19010543-sodium-pyruvate',
],
[
'name' => 'IPTG',
'cas' => '367-93-1',
'image' => 'http://molekula.com/assets/images/structure/66865688.gif',
'link' => 'http://molekula.com/product/367-93-1/21689530-iptg-isopropyl-thiogalactopyranoside',
],
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment