feature/projectSection #6
|
After Width: | Height: | Size: 739 KiB |
@ -1,7 +1,12 @@
|
|||||||
|
import SingleProject from "./SingleProject.jsx";
|
||||||
function Projects() {
|
function Projects() {
|
||||||
|
const desc = "A platform for creating and sharing code snippets with a clean and intuitive design. It allows you to create, share, and discover code snippets with ease."
|
||||||
return (
|
return (
|
||||||
<section id="projects-section">
|
<section id="projects-section">
|
||||||
<h1>Projects</h1>
|
<h1>Projects</h1>
|
||||||
|
<SingleProject image="landscape" title="Portfolio" description={desc} skills={['HTML', 'CSS', 'React', 'Git']} color="orange" />
|
||||||
|
<SingleProject image="landscape" title="SAE C++" description={desc} skills={['C++', 'Git']} color="purple" />
|
||||||
|
<SingleProject image="landscape" title="Proxmox" description={desc} skills={[]} color="green" />
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user