correct nas imaage
This commit is contained in:
parent
a348209dea
commit
eeb8aaceb3
@ -11,6 +11,12 @@ import Projects from './pages/projects'
|
|||||||
import Resume from './pages/resume'
|
import Resume from './pages/resume'
|
||||||
import Skills from './pages/skills'
|
import Skills from './pages/skills'
|
||||||
|
|
||||||
|
import Ft_transcendence from './pages/projects/ft_transcendence'
|
||||||
|
import Nas from './pages/projects/nas'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import { ThemeProvider, createTheme } from '@mui/material/styles';
|
import { ThemeProvider, createTheme } from '@mui/material/styles';
|
||||||
import { BrowserRouter, Route, Router, Routes, useLocation } from 'react-router-dom';
|
import { BrowserRouter, Route, Router, Routes, useLocation } from 'react-router-dom';
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
@ -58,6 +64,9 @@ function App()
|
|||||||
<Route path="/" element={<Home/>}/>
|
<Route path="/" element={<Home/>}/>
|
||||||
<Route path="/contact" element={<Contact/>}/>
|
<Route path="/contact" element={<Contact/>}/>
|
||||||
<Route path="/projects" element={<Project/>}/>
|
<Route path="/projects" element={<Project/>}/>
|
||||||
|
<Route path="/projects/nas" element={<Nas/>}/>
|
||||||
|
<Route path="/projects/ft_transcendence" element={<Ft_transcendence/>}/>
|
||||||
|
|
||||||
<Route path="/resume" element={<Resume/>}/>
|
<Route path="/resume" element={<Resume/>}/>
|
||||||
<Route path="/skills" element={<Skills/>}/>
|
<Route path="/skills" element={<Skills/>}/>
|
||||||
</Routes>
|
</Routes>
|
||||||
|
|||||||
@ -60,3 +60,10 @@ img {
|
|||||||
.badge {
|
.badge {
|
||||||
height: 5vh;
|
height: 5vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.project_home {
|
||||||
|
margin-top: 20vh;
|
||||||
|
width: 100vw;
|
||||||
|
margin-left: 45vw;
|
||||||
|
}
|
||||||
BIN
my-app/src/img/omv_dashboard.png
Normal file
BIN
my-app/src/img/omv_dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 228 KiB |
@ -31,7 +31,11 @@ function Home()
|
|||||||
<div className="project">
|
<div className="project">
|
||||||
<div className='project_txt'>{t("project")}</div>
|
<div className='project_txt'>{t("project")}</div>
|
||||||
<div className = "project_group">
|
<div className = "project_group">
|
||||||
<a href="/projects" className="project_list">- Ft_Transcendence</a>
|
<a href="/projects/nas" className="project_list">- Homemade NAS</a>
|
||||||
|
<FaArrowRightLong className="arrow"/>
|
||||||
|
</div>
|
||||||
|
<div className = "project_group">
|
||||||
|
<a href="/projects/ft_transcendence" className="project_list">- Ft_Transcendence</a>
|
||||||
<FaArrowRightLong className="arrow"/>
|
<FaArrowRightLong className="arrow"/>
|
||||||
</div>
|
</div>
|
||||||
<div className = "project_group">
|
<div className = "project_group">
|
||||||
@ -46,10 +50,6 @@ function Home()
|
|||||||
<a href="/projects" className="project_list">- Cube3d</a>
|
<a href="/projects" className="project_list">- Cube3d</a>
|
||||||
<FaArrowRightLong className="arrow"/>
|
<FaArrowRightLong className="arrow"/>
|
||||||
</div>
|
</div>
|
||||||
<div className = "project_group">
|
|
||||||
<a href="/projects" className="project_list">- Homemade NAS</a>
|
|
||||||
<FaArrowRightLong className="arrow"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
30
my-app/src/pages/projects/ft_transcendence.tsx
Normal file
30
my-app/src/pages/projects/ft_transcendence.tsx
Normal file
File diff suppressed because one or more lines are too long
30
my-app/src/pages/projects/nas.tsx
Normal file
30
my-app/src/pages/projects/nas.tsx
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user