Skip to content

Commit

Permalink
Tidying up contact us page
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwilson committed Sep 14, 2024
1 parent ab79eb0 commit 1523e61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file added public/img/contact.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/contact/ContactPage.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import React from 'react';
import Page from '../page/Page';
import PageBanner from '../page/PageBanner';
import './ContactPage.css'


const ContactPage = (props) => {
return (
<Page>
<div className="contact-page">
<PageBanner imageUrl="/img/contact.jpg" titleColour="white" title="CONTACT US"/>
<br/>
<p>
Saintfield Baptist Church<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Footer = (props) => {
</div>
<div className="row">
<div className="col-sm">
<p>Saintfield Baptist Church<br/>51 Crossgar Road, Saintfield<br/>2024 &copy; Saintfield Baptist Church</p>
<p>Saintfield Baptist Church<br/><a href="https://maps.app.goo.gl/cCK2hDGhzcyUX23M9">51 Crossgar Road, Saintfield</a><br/>2024 &copy; Saintfield Baptist Church</p>
</div>
<div className="col-sm">
<p className="footer-social-title">STAY CONNECTED</p>
Expand Down
1 change: 1 addition & 0 deletions src/components/page/Page.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.page {
margin: 0 10px;
font-family: 'Raleway', sans-serif;
min-height: 100vh;
}

@media(min-width: 992px) {
Expand Down

0 comments on commit 1523e61

Please sign in to comment.