From 7ed1440fcffd45bd5a37b9642b1801c89baf512c Mon Sep 17 00:00:00 2001 From: mini-mirana Date: Thu, 24 Mar 2022 19:21:23 +0100 Subject: [PATCH] feat(Website): :sparkles: Specialize based on my needs --- src/pages/index.js | 99 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 80 insertions(+), 19 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 1459d43..2096806 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -178,33 +178,91 @@ function Page({ startZ, distance }) { startReverse content={[ { - type: 'text', - title: 'Lorem ipsum', - description: - '*Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n\n*sed do eiusmod tempor incididunt ut labore.' + type: 'video', + source: 'https://res.cloudinary.com/mirana/video/upload/v1648061381/personal-website/school_lokxlb.mp4', + title: 'ⓘ SCHOOL MANAGEMENT APPLICATION', + cardTitle: 'SCHOOL MANAGEMENT APPLICATION', + description: ( +
+ # Designed user experience of the application +
# Developed the frontend +
+ ) }, { - type: 'photo', - source: - 'https://res.cloudinary.com/mirana/image/upload/v1648136791/personal-website/photo-manipulation-gfff20f04a_1920_q8suzr.jpg', - title: 'Lorem ipsum' + type: 'video', + source: 'https://res.cloudinary.com/mirana/video/upload/v1648062096/personal-website/medical_aalklq.mp4', + title: 'ⓘ MEDICAL STRUCTURED REPORTING SYSTEM', + cardTitle: 'MEDICAL STRUCTURED REPORTING SYSTEM', + description: ( +
+ # Designed user experience of the application +
+ # Developed the frontend +
# Participated in voice assistant development team (for reporting procedure) +
+ ) + }, + { + type: 'video', + source: 'https://res.cloudinary.com/mirana/video/upload/v1648059920/personal-website/vpn_ts3lzf.mp4', + title: 'ⓘ ANDROID ACCESSIBILITY APPLICATION', + cardTitle: 'ANDROID ACCESSIBILITY APPLICATION', + description: ( +
+ # AUTOMATIC VPN CONNECTION +
# Developed the frontend +
+ ) }, { type: 'photo-text', + photoY: 0, source: - 'https://res.cloudinary.com/mirana/image/upload/v1648137447/personal-website/boards-g92417fa21_1920_zaksq6.jpg', - title: 'Lorem ipsum', - description: - '*Lorem ipsum dolor sit amet, consectetur adipisicing elit.\n\n*sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.' + 'https://res.cloudinary.com/mirana/image/upload/v1648110481/personal-website/vi-room.ir__Pixel_5_vmulhi.png', + title: 'WEB CONFERENCING SOLUTION', + description: `# Auto-scaled the pool of BBB backends\n\n# Developed the cloud-native frontend for BBB` + }, + { + type: 'video', + source: 'https://res.cloudinary.com/mirana/video/upload/v1648061375/personal-website/vampire_nelmbo.mp4', + title: 'ⓘ VAMPIRE FARMS', + cardTitle: 'VAMPIRE FARMS', + description: ( +
+ # Designed user experience of the application +
# Developed the frontend +
+ ) }, { type: 'video', source: - 'https://res.cloudinary.com/mirana/video/upload/v1601138124/personal-website/SampleVideo_1280x720_30mb_ecblgp.mp4', - title: 'ⓘ Lorem ipsum', - description: - 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis laboris nisi ut aliquip ex. Duis aute irure. Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.', - cardTitle: 'Lorem ipsum' + 'https://res.cloudinary.com/mirana/video/upload/v1648059846/personal-website/jurassic-farm_bfnvqk.mp4', + title: 'ⓘ JURASSIC FARMS', + cardTitle: 'JURASSIC FARMS', + description: ( +
+ # Designed user experience of the application +
# Developed the frontend +
+ ) + }, + { + type: 'video', + source: 'https://res.cloudinary.com/mirana/video/upload/v1648065620/personal-website/timewarp_rqksiw.mp4', + title: 'ⓘ TIMEWRAP', + cardTitle: 'TIMEWRAP', + description: ( +
+ # FARM / P2E / NFT MARKETPLACE +
+ # Developed the frontend +
+ # Connected the DAPP to multiple providers +
# Developed smart contracts +
+ ) } ]} /> @@ -225,8 +283,11 @@ function Page({ startZ, distance }) { content={[ { type: 'text', - title: 'Lorem ipsum', - description: 'Lorem ipsum:\n • Dolor sit amet\n • Consectetur adipisicing elit\n', + title: + 'APPLICATION OF DEEP LEARNING IN GENERATING STRUCTURED RADIOLOGY REPORTS: A TRANSFORMER-BASED TECHNIQUE | 11/2021 | UNDER REVIEW', + description: + 'Author list:\n• Seyed Alireza Moezzi\n• Abdolrahman Ghaedi\n• Mojdeh Rahmanian\n• Seyedeh Zahra Mousavi\n• Ashkan Sami', + // description: 'Author list: Seyed Alireza Moezzi; Abdolrahman Ghaedi; Mojdeh Rahmanian; Seyedeh Zahra Mousavi; Ashkan Sami', descriptionY: '-0.8' } ]}