+
)
}
diff --git a/src/components/common/footer/footer.scss b/src/components/common/footer/footer.scss
index f7b69f4..cf9e7a2 100644
--- a/src/components/common/footer/footer.scss
+++ b/src/components/common/footer/footer.scss
@@ -1,4 +1,8 @@
-.links-container {
+.links-container {
+ @media only screen and (min-width: 1024px) and (max-width: 1366px){
+ display: inline-flex;
+ padding-left: 25vh;
+ }
display: flex;
justify-content: center;
margin-top: 5%;
diff --git a/src/components/home/sections/BoardMembers.jsx b/src/components/home/sections/BoardMembers.jsx
new file mode 100644
index 0000000..8cb7d08
--- /dev/null
+++ b/src/components/home/sections/BoardMembers.jsx
@@ -0,0 +1,65 @@
+import React from 'react'
+import './volunteer.scss'
+import './boardmembers.scss'
+/* IMAGES */
+import johnson from '../../../images/johnson.jpg'
+import kim from '../../../images/kim.jpg'
+import timKim from '../../../images/tim-kim.jpg'
+import green from '../../../images/green.jpg'
+import roger from '../../../images/roger.jpg'
+export const BoardMembers = () => {
+ return (
+
+
+
+
Board Members
+
+
+
+
+
Amber Kim
+
Chair
+
+
+
+
+
+
+
Cody Green
+
Vice Chair
+
+
+
+
+
+
Ryan Johnson
+
Member of the Board
+
+
+
+
+
+
Leadership Team
+
+
+
+
+
Timothy Kim
+
Chief of Operations
+
+
+
+
+
+
+
Roger Keith
+
Lead Software Engineer
+
+
+
+
+
+
+
+ )
+}
diff --git a/src/components/home/sections/Volunteer.js b/src/components/home/sections/Volunteer.js
index 15d9b7f..bede78c 100644
--- a/src/components/home/sections/Volunteer.js
+++ b/src/components/home/sections/Volunteer.js
@@ -1,11 +1,6 @@
import React from 'react'
import './volunteer.scss'
-
-/* IMAGES */
-import johnson from '../../../images/johnson.jpg'
-import kim from '../../../images/kim.jpg'
-import timKim from '../../../images/tim-kim.jpg'
-import green from '../../../images/green.jpg'
+import { BoardMembers } from './BoardMembers.jsx'
const CONTENT1 = 'If you are another nonprofit or social worker in the Redmond, Kirkland, Woodinville, Bothell, or Bellevue who would like to refer families with school-aged, disabled, or unborn children, we would love to help. Currently, we are only able to deliver within Redmond, Kirkland, Woodinville, Bothell, and Bellevue. Hopefully, we\'ll be able to expand soon.'
const CONTENT2 = 'If you are looking for ways to volunteer remotely from your home, we would love to chat with you. Some of the things we could use help in include marketing, organizing, and developing apps to help us automate some processes with our deliveries (stack: JavaScript, Node, React, AWS, DynamoDB).'
@@ -14,52 +9,24 @@ const SECTION_TITLE = 'An invitation from our board members'
export const Volunteer = () => {
return (
-
-
-