Skip to content

Commit

Permalink
adding media
Browse files Browse the repository at this point in the history
added the new instagram posts and past youtube videos under media tab, everything is in chronological order. i also changed "GSSM" to the full thing
  • Loading branch information
1peiwei committed Nov 6, 2024
1 parent aeb83ae commit 23d8a3f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion src/app/media/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,32 @@ const ContactPage = () => {
"https://www.instagram.com/p/CzRU35kO7_5/",
"https://www.instagram.com/p/Czhn9aLsp78/",
"https://www.instagram.com/p/C0pVx7zOAFL/",
"https://youtu.be/77LNDrU7I0w?feature=shared",
"https://youtu.be/wEBE9C3Y9bo?feature=shared",
"https://www.instagram.com/p/C2RDT5XMk0e/",
"https://www.instagram.com/p/C2REDtqsn2D/",
"https://www.instagram.com/p/C2qbYnjM6sv/",
"https://www.instagram.com/reel/C3BYP4VulLL/",
"https://www.instagram.com/p/C3CIGuau9Ye/",
"https://youtu.be/R2PmAsVfoOc?feature=shared",
"https://www.instagram.com/p/C4Gppk6u0-o/",
"https://www.instagram.com/p/C46-stpOn1t/",
"https://www.instagram.com/p/C5FSeGgrqOV/",
"https://youtu.be/rgMk_qIcpiM?feature=shared",
"https://www.instagram.com/reel/C5J8XyoOuLN/",
"https://www.instagram.com/p/C5KXJ5qrqjN/",
"https://youtu.be/Qn3xoH4k7p8?feature=shared",
"https://www.instagram.com/p/C517mUHrIgS/",
"https://www.instagram.com/p/C58gUrxrbay/",
"https://www.instagram.com/p/C6OrADrrsp4/",
"https://youtu.be/lP0ZFmX9jYk?feature=shared",
"https://www.instagram.com/p/C7KZvQ9OBEo/",
"https://www.instagram.com/p/C871lHBPLtc/",
"https://www.instagram.com/p/C9G4PoHgGNP/"
"https://www.instagram.com/p/C9G4PoHgGNP/",
"https://www.instagram.com/p/DAL2q0dOYWZ/?img_index=1",
"https://www.instagram.com/p/DAgw8RQSP2h/?img_index=1",
"https://www.instagram.com/p/DBwozPNSktg/?img_index=1",
"https://www.instagram.com/p/DB41ueRxIm4/?img_index=1"
]

const [render, setRender] = useState(p.slice(p.length - 3, p.length))
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Hero = () => {https://stackoverflow.com/questions/50968731/same-background
Golden Dragons (FTC 772)
</h1>
<p className="mb-12 text-base !leading-relaxed text-body-color dark:text-yellow sm:text-lg md:text-xl">
from GSSM
from the South Carolina Governor's School for Science and Mathematics
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Team/teamData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const teamData: Team[] = [
},
{
id: 14,
image: "crystal.png",
image: "crystal.jpeg",
name: "Crystal Nguyen",
role: ["Outreach/Portfolio"]
}
Expand Down

0 comments on commit 23d8a3f

Please sign in to comment.