Skip to content

Commit

Permalink
Merge pull request #18 from B77Mills/fixLogo
Browse files Browse the repository at this point in the history
Updates to section descriptions and logo path
  • Loading branch information
brandonbk authored Oct 5, 2021
2 parents 0696295 + 6b7d6d7 commit 3736028
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/components/ag-view-solutions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://agviewsolutions.com" target="_blank" rel="noopener">
<img
class="w-16 h-16 print:h-10 print:w-10"
src="https://img.highoilsoy.com/ag-view-solutions-? 2x"
src="https://img.highoilsoy.com/ag-view-solutions-logo.png? 2x"
alt="Ag View Solutions logo"
>
</a>
Expand Down
4 changes: 1 addition & 3 deletions app/components/common/page-intro-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
</p>
</div>
</div>
<p v-if="sectionText" class="text-sm w-4/6 mb-6 mx-auto text-center">
{{ sectionText }}
</p>
<div v-if="sectionText" class="text-sm w-4/6 mb-6 mx-auto text-center" v-html="sectionText" />
<div v-if="linkLocation" class="w-100% flex justify-center">
<btn
class="w-auto"
Expand Down
13 changes: 8 additions & 5 deletions app/pages/crop-comparison/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
<page-header slot="placeholder" is-loading>
Calculate Profit Potential
</page-header>
<page-header :is-loading="isLoading">
Calculate Profit Potential
</page-header>

<div class="flex flex-wrap mb-1">
<div class="flex flex-col justify-start" :is-loading="isLoading">
<page-header>
Calculate Profit Potential
</page-header>
<div v-html="sectionText" />
</div>
<div class="flex flex-wrap self-start mb-1">
<btn
class="shadow mr-3 mb-3"
color="logo-white-rd"
Expand Down Expand Up @@ -136,6 +138,7 @@ export default {
},
data: () => ({
sectionText: '<p>Decide for yourself what your farm’s profit potential could be by using our Profit Manager tool.</p><p>Follow the instructions below to build your customized profit profile.</p>',
createOpen: false,
error: null,
isLoading: false,
Expand Down
10 changes: 7 additions & 3 deletions app/pages/find-your-elevator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
<div class="pt-2 pb-6 md:py-6">
<div class="">
<div class="p-8">
<page-header>
Find Grain Elevators Near You
</page-header>
<div class="flex flex-col justify-start" >
<page-header>
Find Grain Elevators Near You
</page-header>
<div v-html="sectionText" />
</div>
</div>
<div class="p-8 bg-gray-200">
<form class="max-w-xs mb-8" @submit.prevent="lookupElevators">
Expand Down Expand Up @@ -89,6 +92,7 @@ export default {
},
data: () => ({
sectionText: '<p>Not sure where to market your high-oleic soybean varieties?</p><p>Find the answer by using our locator tool.</p>',
currentSearchParams: {
maxDistance: null,
postalCode: null,
Expand Down
6 changes: 3 additions & 3 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@ export default {
id: 'highOleic',
image: 'https://img.highoilsoy.com/profit-home.jpg?fit=crop&w=300&h=200',
title: 'High Oleic Profit Potential Calculator',
teaser: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do elusmod tempor incidunt.',
teaser: 'Decide for yourself what your farm’s profit opportunity could be with High Oleic soybeans, by using our Profit Manager tool',
buttonLabel: 'Access Tool',
slug: '/crop-comparison',
},
{
id: 'knowledge',
image: 'https://img.highoilsoy.com/knowledge-home.jpg?fit=crop&w=300&h=200',
title: 'Knowledge Center',
teaser: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do elusmod tempor incidunt.',
teaser: 'Knowledge is power. Put the power of the latest research, seed information and breaking news, to help you make more informed management decisions.',
buttonLabel: 'Read the Latest',
slug: '/knowledge-center',
},
{
id: 'findElevator',
image: 'https://img.highoilsoy.com/elevator-home.jpg?fit=crop&w=300&h=200',
title: 'Find a High Oleic Elevator Near You',
teaser: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do elusmod tempor incidunt.',
teaser: 'Not sure where to market your High Oleic soybeans? Find the answer below.',
buttonLabel: 'Find Elevators',
slug: '/find-your-elevator',
},
Expand Down
5 changes: 5 additions & 0 deletions app/pages/knowledge-center.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:section-label="title"
background-image-class="bg-knowledge-banner"
section-tagline="Knowledge is power"
:section-text="sectionText"
/>
<article-list-page :path="$route.path" />
</div>
Expand All @@ -26,6 +27,10 @@ export default {
},
},
data: () => ({
sectionText: '<p>Knowledge is power. Put the power of the latest research, varietal performance information, breaking news and much more, at your fingertips to help you make key management decisions.</p>',
}),
head() {
return {
title: this.title,
Expand Down
5 changes: 5 additions & 0 deletions app/pages/market-analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<page-intro-block
:section-label="title"
background-image-class="bg-home-banner"
:section-text="sectionText"
/>
<article-list-page :path="$route.path" />
</div>
Expand All @@ -25,6 +26,10 @@ export default {
},
},
data: () => ({
sectionText: '<p>The time has never been better to adopt high oleic soybeans production. The market opportunity is real, it’s domestic and is happening right now!</p>',
}),
head() {
return {
title: this.title,
Expand Down
5 changes: 5 additions & 0 deletions app/pages/why-high-oleic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<page-intro-block
:section-label="title"
section-tagline="The Yield You Want. The Demand You Need."
:section-text="sectionText"
background-image-class="bg-why-banner"
/>
<article-list-page :path="$route.path" />
Expand All @@ -26,6 +27,10 @@ export default {
},
},
data: () => ({
sectionText: '<p class="mb-6">Why High-oleic? Because high-oleic soybeans present producers with an immediate opportunity to make money without significantly changing how they farm.</p><p>This site navigates you through the pathway to success with high-oleic soybeans while debunking myths on adding high-oleic to your farm’s overall management strategy.</p>',
}),
head() {
return {
title: this.title,
Expand Down

0 comments on commit 3736028

Please sign in to comment.