Skip to content

Commit

Permalink
Added some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
angeldevildev committed Oct 3, 2024
1 parent 2cec320 commit 14b767c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
7 changes: 4 additions & 3 deletions app/Components/Footer/Footer.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.footer {
display: flex;
flex-direction: column; /* Imposta la direzione della colonna */
align-items: center; /* Centra orizzontalmente */
flex-direction: column;
align-items: center;
gap: 20px;
text-align: center; /* Centra orizzontalmente il testo */
text-align: center;
margin-top: 100px;
}

Expand All @@ -24,5 +24,6 @@ a:hover {
display: flex;
gap: 20px;
font-size: 20px;

}
}
9 changes: 4 additions & 5 deletions app/Components/Projects/Project.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* ProjectBox.css */

.project-container {
display: flex;
flex-wrap: wrap;
Expand All @@ -13,7 +11,8 @@
max-width: 400px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin: 10px; /* Aggiunto margine inferiore per separare i box */
margin: 10px;
margin-top: 40px;
}

.project-title {
Expand All @@ -33,12 +32,12 @@

.link-icon {
display: flex;
margin-top: 20px; /* Aggiunto margine superiore tra le icone */
margin-top: 20px;
font-size: 20px;
}

.link-icon a {
margin-right: 30px; /* Aggiunto margine a destra tra le icone */
margin-right: 30px;
transition: .2s all ease;
}

Expand Down
19 changes: 13 additions & 6 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,23 @@ export default function Home() {
gitHubLink='https://github.com/angeldevildev/car-rental'
/>
<ProjectBox
title="Portfolio 2024"
description="My new portfolio with a new design, i am still working on this project!"
technologies={["React", "TypeScript", "Tailwind CSS", "Vercel"]}
projectLink='https://portfolio-2024-eight-iota.vercel.app/'
gitHubLink='https://github.com/angeldevildev/bank-website'
title="JellyFishMC Website"
description="I've created this website with NextJS and is for a MineCraft Server. It Is a private repository."
technologies={["React", "TypeScript", "Tailwind CSS", "Vercel", "NextJS", "OpenGraph"]}
projectLink='https://jellyfish-website.vercel.app/'
gitHubLink='#'
/>
<ProjectBox
title="JellyFishMC Shop"
description="The JellyFishMC shop is the part where you can buy some items of the server. It is a private repository."
technologies={["React", "TypeScript", "Tailwind CSS", "Vercel", "NextJS", "OpenGraph"]}
projectLink='https://jellyfish-shop.vercel.app/'
gitHubLink='#'
/>
<ProjectBox
title="VisiUI"
description="VisiUI is a library that provides pre-built, editable React components that can be used in your app. Is OpenSource and you can start contributing right NOW!"
technologies={["React", "TypeScript", "Tailwind CSS", "Vercel", "OpenGraph"]}
technologies={["React", "TypeScript", "Tailwind CSS", "Vercel", "OpenGraph", "NextJS"]}
projectLink="https://visi-ui.vercel.app/"
gitHubLink="https://github.com/VisiUI/VisiUI"
/>
Expand Down

0 comments on commit 14b767c

Please sign in to comment.