Skip to content

Commit

Permalink
added new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv8433 committed Jun 1, 2024
1 parent 6c09594 commit ec975f8
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/pages/AI.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const AI = () => {
return (
<div style={{marginTop: "200px"}}>AI</div>
)
}

export default AI
9 changes: 9 additions & 0 deletions frontend/src/pages/CodingPlateform.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const CodingPlateform = () => {
return (
<div style={{marginTop: "200px"}}>CodingPlateform</div>
)
}

export default CodingPlateform
9 changes: 9 additions & 0 deletions frontend/src/pages/CourcesPlatform.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const CourcesPlatform = () => {
return (
<div style={{marginTop: "200px"}}>CourcesPlatform</div>
)
}

export default CourcesPlatform
9 changes: 9 additions & 0 deletions frontend/src/pages/EthicalHacking.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const EthicalHacking = () => {
return (
<div style={{marginTop: "200px"}}>EthicalHacking</div>
)
}

export default EthicalHacking
7 changes: 7 additions & 0 deletions frontend/src/pages/Extension.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react'

export const Extension = () => {
return (
<div style={{marginTop: "200px"}}>Extension</div>
)
}
9 changes: 9 additions & 0 deletions frontend/src/pages/FrontendTools.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const FrontendTools = () => {
return (
<div style={{marginTop: "200px"}}>FrontendTools</div>
)
}

export default FrontendTools
9 changes: 9 additions & 0 deletions frontend/src/pages/Movie.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const Movie = () => {
return (
<div style={{marginTop: "200px"}}>Movie & Series</div>
)
}

export default Movie
9 changes: 9 additions & 0 deletions frontend/src/pages/RemoteJobs.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const RemoteJobs = () => {
return (
<div className='' style={{marginTop: "200px"}}>RemoteJobs</div>
)
}

export default RemoteJobs
9 changes: 9 additions & 0 deletions frontend/src/pages/UI.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const UI = () => {
return (
<div style={{marginTop: "200px"}}>UI</div>
)
}

export default UI

0 comments on commit ec975f8

Please sign in to comment.