From e84b420184cd30a82a6142d9eb02ab9ab3beb0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A7=D9=85=DB=8C=D8=B1=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85?= =?UTF-8?q?=D9=82=DB=8C=D8=B3=D9=87?= Date: Sun, 20 Mar 2022 00:09:53 +0330 Subject: [PATCH] change journey cart --- components/Journey/index.tsx | 17 ++++++++++++++--- layouts/pageLayout.tsx | 4 +++- package.json | 2 +- pages/resume/index.tsx | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/components/Journey/index.tsx b/components/Journey/index.tsx index e1ec13b..2c6d016 100644 --- a/components/Journey/index.tsx +++ b/components/Journey/index.tsx @@ -1,4 +1,4 @@ - +import { Launch } from '@material-ui/icons'; type Props = { title: string, description: string, @@ -12,8 +12,16 @@ type Props = { const Journey = ({ title, description, tags, year, url, isLunched }: Props) => { return ( -
-

{title}

+
+

+ {title} + { + isLunched && + + + + } +

{description}

{tags.map((tag, i) => ( @@ -22,6 +30,9 @@ const Journey = ({ title, description, tags, year, url, isLunched }: Props) => {

))}
+

+ built and designed at {year} +

) } diff --git a/layouts/pageLayout.tsx b/layouts/pageLayout.tsx index fe3f517..1075330 100644 --- a/layouts/pageLayout.tsx +++ b/layouts/pageLayout.tsx @@ -1,3 +1,4 @@ +import Footer from "@/Footer"; import GoBack from "@/GoBack"; import type { NextPage } from "next"; import Head from "next/head"; @@ -5,7 +6,7 @@ import Head from "next/head"; const PageLayout: NextPage = ({ children }) => { return ( -
+
Amirmoghi3 | امیرحسین مقیسه @@ -14,6 +15,7 @@ const PageLayout: NextPage = ({ children }) => {
{children} + {/*
*/}
) diff --git a/package.json b/package.json index b201ed0..ed0ee63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amirmoghi3", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "dev": "next dev", diff --git a/pages/resume/index.tsx b/pages/resume/index.tsx index e43057e..0c7a81b 100644 --- a/pages/resume/index.tsx +++ b/pages/resume/index.tsx @@ -388,7 +388,7 @@ const Resume: NextPage = () => {
*/} -
+
{projects.map(project => ( ))}