mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Create gallery
This commit is contained in:
parent
cff573e46e
commit
f9f91fa1eb
1 changed files with 23 additions and 0 deletions
23
pages/arcade/gallery.js
Normal file
23
pages/arcade/gallery.js
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
import React from 'react'
|
||||
import Nav from '../../components/Nav'
|
||||
import Footer from '../../components/Footer'
|
||||
import BGImg from '../../components/background-image'
|
||||
import AssembleImgFile from '../../public/home/assemble.jpg'
|
||||
|
||||
|
||||
const gallery = () => {
|
||||
return (
|
||||
<section>
|
||||
<Nav />
|
||||
<BGImg
|
||||
src={AssembleImgFile}
|
||||
alt="Hack Clubbers assemble at Figma HQ for the first IRL hackathon in SF since 2020: Assemble. 📸 Photo by Kunal Botla, Hack Clubber in MA!"
|
||||
priority
|
||||
/>
|
||||
<Footer />
|
||||
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
export default gallery
|
||||
Loading…
Add table
Reference in a new issue