Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added logos and links to Get Involved - Donate page #126

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/images/getinvolved/orca-conservancy.png
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/images/getinvolved/orca-network.png
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/images/getinvolved/sound-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 75 additions & 11 deletions src/pages/getinvolved.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import Image from 'next/image'
import { Link as ScrollElement } from 'react-scroll'
import { TransformComponent, TransformWrapper } from 'react-zoom-pan-pinch'

import logo3 from '../../public/images/getinvolved/ccollege.png'
import logo5 from '../../public/images/getinvolved/crt.png'
import logo4 from '../../public/images/getinvolved/CWR_logo.png'
import logo6 from '../../public/images/getinvolved/deepgreen.png'
import logo2 from '../../public/images/getinvolved/folks.png'
Expand All @@ -18,11 +16,16 @@ import hydrophonestand from '../../public/images/getinvolved/hydrophone-stand.pn
import livediy from '../../public/images/getinvolved/live-diy.png'
import lonhydrophone from '../../public/images/getinvolved/lon-hydrophone.png'
import logo8 from '../../public/images/getinvolved/OI.png'
import logo12 from '../../public/images/getinvolved/orca-conservancy.png'
import logo13 from '../../public/images/getinvolved/orca-network.png'
import logo9 from '../../public/images/getinvolved/pacman.png'
import logo14 from '../../public/images/getinvolved/Port-Townsend-Marine-Science-Center.jpg'
import roadmap from '../../public/images/getinvolved/roadmap.png'
import logo15 from '../../public/images/getinvolved/sound-action.png'
import topbanner from '../../public/images/getinvolved/srkw2-25.jpg'
import logo1 from '../../public/images/getinvolved/twt.png'
import valhacking from '../../public/images/getinvolved/val-hacking.png'
import logo16 from '../../public/images/getinvolved/VashonNatureCenter-logo.png'
import logo11 from '../../public/images/getinvolved/ws_logo.png'
import TechStackList from '../components/GetInvolved/TechStackList'
import TopBanner from '../components/TopBanner'
Expand Down Expand Up @@ -465,15 +468,76 @@ export const GetInvolved = () => {
</Box>

<div className={getinvolvedStyles.logos}>
<Image src={logo1} alt="The Whaletrail" />
<Image src={logo2} alt="Friends of Lime Kiln Society" />
<Image src={logo3} alt="Colorado College" />
<Image src={logo4} alt="Center of Whale Research" />
<Image src={logo5} alt="Cetacean Research Technology" />
<Image src={logo6} alt="Deep Green Wilderness" />
<Image src={logo8} alt="Oceans Initiative" />
<Image src={logo9} alt="Pacman" />
<Image src={logo11} alt="While Scout" />
<a href="https://thewhaletrail.org/connect/donate/">
<Image src={logo1} alt="The Whaletrail" />
</a>
<a href="https://folkssji.org/donate/">
<Image src={logo2} alt="Friends of Lime Kiln Society" />
</a>
<a href="https://www.whaleresearch.com/supportcwr">
<Image src={logo4} alt="Center for Whale Research" />
</a>
<a href="https://www.deepgreenwilderness.com/donate">
<Image src={logo6} alt="Deep Green Wilderness" />
</a>
<a href="https://oceansinitiative.org/get-involved/">
<Image src={logo8} alt="Oceans Initiative" />
</a>
<a href="https://pacmam.org/wp/donate/">
<Image src={logo9} alt="Pacmam" />
</a>
<a href="https://www.whalescout.org/">
<Image src={logo11} alt="Whale Scout" />
</a>
<a href="https://www.orcaconservancy.org/donate">
<Image src={logo12} alt="Orca Conservancy" />
</a>
<a href="https://www.orcanetwork.org/donate">
<Image src={logo13} alt="Orca Network" />
</a>
<a href="https://ptmsc.org/donate/">
<Image src={logo14} alt="Port Townsend Marine Science Center" />
</a>
<a href="https://soundaction.org/">
<Image src={logo15} alt="Sound Action" />
</a>
<a href="https://vashonnaturecenter.org/donate/">
<Image src={logo16} alt="Vashon Nature Center" />
</a>

<a href="https://orcabehaviorinstitute.org/">
<Typography
variant="p"
fontSize="20px"
paragraph={true}
align="justify"
color="#1B2B7B"
sx={{
textDecoration: 'underline',
fontWeight: '600',
mt: '20px',
}}
>
Orca Behavior Institute
</Typography>
</a>

<a href="https://www.projectseawolf.org/projectseawolforg/How_to_Help.html">
<Typography
variant="p"
fontSize="20px"
paragraph={true}
align="justify"
color="#1B2B7B"
sx={{
textDecoration: 'underline',
fontWeight: '600',
mt: '20px',
}}
>
Project SeaWolf
</Typography>
</a>
</div>
</div>
)
Expand Down
11 changes: 10 additions & 1 deletion src/styles/getinvolved.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
padding: 30px;
margin: 50px;
}

.logos a {
margin: 30px;
}

.logos img {
max-width: 300px !important;
max-height: 250px !important;
}
Loading