Skip to content

Commit

Permalink
Adding mission slides
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwilson committed Nov 3, 2024
1 parent 434d26d commit 170b60a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
Binary file added public/img/slides/titus.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/slides/where-is-god.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/media/Mission_Invitation_Nov24.pdf
Binary file not shown.
38 changes: 17 additions & 21 deletions src/components/home/HomePageSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,30 @@ class HomePageSlider extends React.Component {
this.state = {
padding: this.getPadding(),
slides: [{
"type":"GOSPEL MISSION",
"title":"WHERE IS GOD?",
"subtitle": "10th-17th November",
"imageUrl":"img/slides/where-is-god.jpeg",
"url":"/media/Mission_Invitation_Nov24.pdf",
"backgroundPosition":"center",
"buttonText":"FIND OUT MORE",
"target":"_blank"
}, {
"type":"SUNDAY MORNING SERIES",
"title":"An Open Letter to the Church",
"subtitle": "Studies in the Book of Titus",
"url":"/sermons/series/Titus",
"imageUrl":"img/slides/titus.jpeg",
"internalLink":true,
"buttonText":"LISTEN AGAIN"
}, {
"type":"CHILDRENS & YOUTH WORK",
"title":"What's On",
"subtitle": "Term-time activities for tots, tweens and teens",
"url":"/about/whats-on",
"imageUrl":"img/slides/events.jpg",
"internalLink":true,
"buttonText":"FIND OUT MORE"
},{
"type":"SUNDAY SERIES",
"title":"SHIPS OF SCRIPTURE",
"imageUrl":"img/slides/ships.jpg",
"internalLink":true,
"url":"/sermons/series/The%20Ships%20of%20Scripture",
"backgroundPosition":"center"
},{
"type":"SUNDAY NIGHT SERIES",
"title":"WHAT IS A CHRISTIAN?",
"imageUrl":"img/slides/christ-in-all-the-scriptures.jpg",
"internalLink":true,
"url":"/sermons/series/What%20is%20a%20Christian%3F",
"backgroundPosition":"center"
},{
"type":"BIBLE STUDY SERIES",
"title":"UNSEARCHABLE RICHES",
"subtitle":"Studies in Ephesians",
"url":"/sermons/series/Unsearchable%20Riches",
"imageUrl":"img/slides/riches.jpg",
"internalLink":true
}
]
}
Expand Down

0 comments on commit 170b60a

Please sign in to comment.