Skip to content

Commit

Permalink
For #3 added missing article titles for steps
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkane committed Nov 9, 2018
1 parent be1b7ae commit dea6da1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cms/content/articles/steps/cwa-analysis-design-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaData:
createdDate: '2018-11-02'
modifiedDate: '2018-11-02'
author: 'Victor Kane'
articleTitle:
articleTitle: Process for Analysis and Design on the Front End
articleSubTitle: null
articleSummary:
value: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaData:
createdDate: '2018-11-02'
modifiedDate: '2018-11-02'
author: 'Victor Kane'
articleTitle:
articleTitle: Sign up for a free mentoring session
articleSubTitle: Get started on your own content rescue migration project, using our free resources!
articleSummary:
value: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metaData:
createdDate: '2018-11-02'
modifiedDate: '2018-11-02'
author: 'Victor Kane'
articleTitle:
articleTitle: Use our mentoring services
articleSubTitle: Reserve an appropriate block of hours and we'll be there for you hands on when you or your team need help moving on!
articleSummary:
value: |
Expand Down
10 changes: 5 additions & 5 deletions cwa/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<v-layout row wrap>
<v-flex xs12 sm6>
<v-card flat>
<v-title class="pl-1 secondary--text headline">Moving on from the monolith</v-title>
<v-card-title class="pl-1 secondary--text headline">Moving on from the monolith</v-card-title>
<img style="width:100%;" src="/img/monolith-1200.jpg" />
</v-card>
</v-flex>
<v-flex xs12 sm6>
<v-card flat>
<v-title class="pl-1 secondary--text headline">To decoupled architecture</v-title>
<v-card-title class="pl-1 secondary--text headline">To decoupled architecture</v-card-title>
<img style="width:100%;" src="/img/decoupled-1200.jpg" />
</v-card>
</v-flex>
Expand Down Expand Up @@ -49,7 +49,7 @@
<v-layout row wrap>
<v-flex xs12 md4>
<v-card flat class="pa-4">
<v-title class="pl-1 primary--text title"><v-icon color="accent">fa-life-buoy</v-icon> Migration Rescue</v-title>
<v-card-title class="pl-1 primary--text title"><v-icon color="accent">fa-life-buoy</v-icon> Migration Rescue</v-card-title>
<v-list three-line>
<v-list-tile to="/what-why">
<v-list-tile-action>
Expand Down Expand Up @@ -78,7 +78,7 @@
</v-flex>
<v-flex xs12 md4>
<v-card flat class="pa-4">
<v-title class="pl-1 primary--text title"><v-icon color="accent">fa-tasks</v-icon> Steps We're Taking</v-title>
<v-card-title class="pl-1 primary--text title"><v-icon color="accent">fa-tasks</v-icon> Steps We're Taking</v-card-title>
<v-list three-line>
<v-list-tile to="/case-studies/durable-drupal-website-making-of">
<v-list-tile-action>
Expand Down Expand Up @@ -107,7 +107,7 @@
</v-flex>
<v-flex xs12 md4>
<v-card flat class="pa-4">
<v-title class="pl-1 primary--text title"><v-icon color="accent">fa-road</v-icon> Steps You Can Take</v-title>
<v-card-title class="pl-1 primary--text title"><v-icon color="accent">fa-road</v-icon> Steps You Can Take</v-card-title>
<v-list three-line>
<v-list-tile href="https://github.com/DurableDrupal/ddcmr">
<v-list-tile-action>
Expand Down
1 change: 0 additions & 1 deletion cwa/pages/steps-you-can-take/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default {
},
methods: {
selectLoadedArticle(name) {
console.log('n',name)
return this.loadedArticles.articles.find(a => a.metaData.itemName === name )
}
}
Expand Down

0 comments on commit dea6da1

Please sign in to comment.