Skip to content

Commit

Permalink
🚀 add project in portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Mar 1, 2024
1 parent 5aaf687 commit 7850b25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 29 deletions.
Binary file added client/public/images/relaxing-hippoquests.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions client/src/assets/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
font-size: 33px;
color: #2d82b5;
text-align: center;
font-family: "Titillium Web Bold", sans-serif;
font-family: 'Titillium Web Bold', sans-serif;
}

.modal__header {
height: 125px;
position: relative;
border-bottom: 1px solid rgb(227, 231, 233);
color: #666;
Expand Down
24 changes: 2 additions & 22 deletions client/src/components/Header.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<header class="header">
<ul class="header__navbar">
<router-link to="/"
><li class="header__list-item">
<router-link to="/">
<li class="header__list-item">
<button href="#" class="header__button">
<i class="header__list-icon">
<font-awesome-icon icon="fa-solid fa-home" />
Expand Down Expand Up @@ -51,26 +51,6 @@
</button>
</li>
</router-link>
<router-link v-if="!userStore.getUserEmail" to="/login">
<li class="header__list-item">
<button href="#" class="header__button">
<i class="header__list-icon">
<font-awesome-icon icon="fa-solid fa-right-to-bracket" />
</i>
<h2 class="header__list-title">Login</h2>
</button>
</li>
</router-link>
<router-link v-else to="/dashboard">
<li class="header__list-item">
<button href="#" class="header__button">
<i class="header__list-icon">
<font-awesome-icon icon="fa-solid fa-lock" />
</i>
<h2 class="header__list-title">Dashboard</h2>
</button>
</li>
</router-link>
</ul>
</header>
</template>
Expand Down
10 changes: 5 additions & 5 deletions client/src/pages/Portfolio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ const portfolio = reactive<
},
{
id: 2,
project: "Portfolio",
project: "Relaxing hippoquests",
client: "Arnaud",
langages: "Vue 3, NodeJS",
website: "https://arnaudlyard.com/",
image: "/images/portfolio.jpg",
},
langages: "Typescript",
website: "https://relaxing-hippoquests.com/",
image: "/images/relaxing-hippoquests.jpeg",
}
]);
const isVisible = ref<boolean>(false);
const stateModal = ref<{
Expand Down

0 comments on commit 7850b25

Please sign in to comment.