Skip to content

Commit

Permalink
Updates files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 20, 2024
1 parent 111e092 commit bafe896
Show file tree
Hide file tree
Showing 38 changed files with 184 additions and 63 deletions.
23 changes: 22 additions & 1 deletion src/assets/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
import { Box, Heading, Flex, List, ListItem, Link, Text } from '@chakra-ui/react';
import { BrowserRouter as Router, Route, redirect,} from "react-router-dom";

import News from "../routes/blog";
import Help from "../routes/help";
import About from "../routes/about";
import IDE from "../routes/discover/ide/ide";
import OS from "../routes/discover/os/os";
import Git from "../routes/discover/git/git";
import Code from "../routes/discover/code-services/code-services";
import Docs from "../routes/discover/documentation/documentation";
import Pack from "../routes/discover/package/package";
import Issues from "../routes/discover/issue/issue";
import Languages from "../routes/programing/languages/languages";
import Web from "../routes/programing/web-dev/web-dev";
import JS from "../routes/programing/js/js";
import Mobile from "../routes/programing/mobile/mobile";
import Games from "../routes/programing/games/games";
import CSS from "../routes/programing/css/css";
import Database from "../routes/programing/database/database";
import Conditions from "../routes/others/conditions/conditions";
import Privacy from "../routes/others/privacy/privacy";
import Maps from "../routes/others/maps/maps";

const FooterEnd = () => {
return (
<Box
Expand All @@ -26,7 +47,7 @@ const FooterEnd = () => {
Levetica
</Heading>
<List lineHeight="2" justifyContent="center">
<LinkItem text="Actualités" isTag={true} tagText="New" />
<Link href="News">Actualités</Link>
<LinkItem text="Aide" isTag={true} tagText="New" />
<LinkItem text="À propos" isTag={true} tagText="New" />
</List>
Expand Down
4 changes: 2 additions & 2 deletions src/assets/routes/about.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function About() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default About;
4 changes: 2 additions & 2 deletions src/assets/routes/blog.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function News() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default News;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/code-services/code-services.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './code-text.tsx'
import Code from './code-text.tsx'

function App() {
return (
<>
<Error />
<Code />
</>
)
}
Expand Down
5 changes: 3 additions & 2 deletions src/assets/routes/discover/code-services/code-text.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function Code() {
return (
<>
<div>
Expand All @@ -17,4 +17,5 @@ function Error() {
</>
)
}
export default Error;

export default Code;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function Docs() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default Docs;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/documentation/documentation.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './documentation-text.tsx'
import Docs from './documentation-text.tsx'

function App() {
return (
<>
<Error />
<Docs />
</>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/routes/discover/git/git-text.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function Git() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default Git;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/git/git.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './git-text.tsx'
import Git from './git-text.tsx'

function App() {
return (
<>
<Error />
<Git />
</>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/routes/discover/ide/ide-text.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function IDE() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default IDE;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/ide/ide.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './ide-text.tsx'
import IDE from './ide-text.tsx'

function App() {
return (
<>
<Error />
<IDE />
</>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/routes/discover/issue/issue-text.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function Issue() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default Issue;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/issue/issue.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './issue-text.tsx'
import Issue from './issue-text.tsx'

function App() {
return (
<>
<Error />
<Issue />
</>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/routes/discover/os/os-text.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function OS() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default OS;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/os/os.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './os-text.tsx'
import OS from './os-text.tsx'

function App() {
return (
<>
<Error />
<OS />
</>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/routes/discover/package/package-text.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function Pack() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default Pack;
4 changes: 2 additions & 2 deletions src/assets/routes/discover/package/package.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Error from './package-text.tsx'
import Pack from './package-text.tsx'

function App() {
return (
<>
<Error />
<Pack />
</>
)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Error404 from './assets/404.svg'
import './App.css'

function Error() {
function Help() {
return (
<>
<div>
Expand All @@ -17,4 +17,4 @@ function Error() {
</>
)
}
export default Error;
export default Help;
20 changes: 20 additions & 0 deletions src/assets/routes/others/conditions/conditions-text.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import Error404 from './assets/404.svg'
import './App.css'

function Conditions() {
return (
<>
<div>
<br />
<br />
<br />
<br />
<img src={Error404} height="100" width="100" className="logo" alt="Error 404" />
<br />
<br />
<h4>D'une manière ou d'une autre, vous vous êtes perdu dans les profondeurs de l'espace.</h4><a href="https://levetica.vercel.app">Retour</a>
</div>
</>
)
}
export default Conditions;
13 changes: 13 additions & 0 deletions src/assets/routes/others/conditions/conditions.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Conditions from './conditions-text.tsx'

function App() {
return (
<>
<Conditions />
</>
)
}

export default App
20 changes: 20 additions & 0 deletions src/assets/routes/others/maps/maps-text.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import Error404 from './assets/404.svg'
import './App.css'

function Maps() {
return (
<>
<div>
<br />
<br />
<br />
<br />
<img src={Error404} height="100" width="100" className="logo" alt="Error 404" />
<br />
<br />
<h4>D'une manière ou d'une autre, vous vous êtes perdu dans les profondeurs de l'espace.</h4><a href="https://levetica.vercel.app">Retour</a>
</div>
</>
)
}
export default Maps;
13 changes: 13 additions & 0 deletions src/assets/routes/others/maps/maps.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import Maps from './maps-text.tsx'

function App() {
return (
<>
<Maps />
</>
)
}

export default App
Loading

0 comments on commit bafe896

Please sign in to comment.