From 1e511022d5a030d50efdaa8d4042539b8cbf56a3 Mon Sep 17 00:00:00 2001 From: widgeter Date: Tue, 15 Aug 2023 15:00:27 +0200 Subject: [PATCH 1/4] Include some texts in personal page --- src/components/widgets/Features3.astro | 2 +- src/pages/homes/personal.astro | 192 +++++++++++++++---------- 2 files changed, 116 insertions(+), 78 deletions(-) diff --git a/src/components/widgets/Features3.astro b/src/components/widgets/Features3.astro index 62bd452..f108c5a 100644 --- a/src/components/widgets/Features3.astro +++ b/src/components/widgets/Features3.astro @@ -60,7 +60,7 @@ const { container: 'mt-12', panel: 'max-w-full sm:max-w-md', title: 'text-lg font-semibold', - icon: 'flex-shrink-0 mt-1 text-primary w-6 h-6', + icon: 'flex-shrink-0 mt-0.5 text-primary w-6 h-6', ...((classes?.items as {}) ?? {}), }} /> diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index c0bd0f5..768796b 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -3,10 +3,10 @@ import Layout from '~/layouts/PageLayout.astro'; import Header from '~/components/widgets/Header.astro'; import Hero from '~/components/widgets/Hero.astro'; -import Features from '~/components/widgets/Features.astro'; import Steps2 from '~/components/widgets/Steps2.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import Features3 from '~/components/widgets/Features3.astro'; const metadata = { title: 'Personal Homepage Demo', @@ -42,13 +42,13 @@ const metadata = { - + + + I'm a Graphic Designer passionate about crafting visual stories.
With 5 years of experience and a degree + from New York University's School of Design. I infuse vitality into brands and designs, transforming concepts into + captivating realities. +
+
@@ -56,30 +56,36 @@ const metadata = { id="about" items={[ { - title: 'Per ei quaeque sensibus', - description: - 'Ex usu illum iudico molestie. Pro ne agam facete mediocritatem, ridens labore facete mea ei. Pro id apeirian dignissim.', + title: 'Dribbble', + icon: 'tabler:brand-dribbble', }, { - title: 'Cu imperdiet posidonium sed', - description: - 'Amet utinam aliquando ut mea, malis admodum ocurreret nec et, elit tibique cu nec. Nec ex maluisset inciderint, ex quis.', + title: 'Behance', + icon: 'tabler:brand-behance', }, { - title: 'Nulla omittam sadipscing mel ne', - description: - 'At sed possim oporteat probatus, justo graece ne nec, minim commodo legimus ut vix. Ut eos iudico quando soleat, nam modus.', + title: 'Pinterest', + icon: 'tabler:brand-pinterest', }, ]} image={{ - src: 'https://images.unsplash.com/photo-1531973486364-5fa64260d75b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1658&q=80', + src: 'https://images.unsplash.com/photo-1491349174775-aaafddd81942?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80', alt: 'Colorful Image', }} > -

Ad vix debet docendi

- Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te - euismod tacimates. +

About me

+

+ Welcome to my creative journey. My work is a testament to my commitment to bringing ideas to life, where each + pixel becomes a brushstroke in the canvas of imagination. +

+
+

+ I find inspiration in the world around me, whether through the pages of a captivating novel, the intricate + details of typography, or the vibrant hues of nature during my outdoor escapades. +

+
+

If you're curious to dive deeper into my work, you can follow me:

@@ -87,47 +93,58 @@ const metadata = { - + - @@ -136,33 +153,30 @@ const metadata = { -

Ad vix debet docendi

- Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te - euismod tacimates. +

+ Project 1:
Brand identity for tech innovators +

@@ -173,35 +187,59 @@ const metadata = { -

Ad vix debet docendi

- Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te - euismod tacimates. +

+ Project 2:
Event poster for art & music festival +

+
+ + +
+
+
+ + + + + +

+ Project 3:
E-commerce website redesign for fashion brand +

From 8fdc39e6871cfba602d5ea31235aee093af12ea5 Mon Sep 17 00:00:00 2001 From: widgeter Date: Tue, 15 Aug 2023 15:21:36 +0200 Subject: [PATCH 2/4] Include a testimonials widget on personal page --- src/pages/homes/personal.astro | 64 ++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index 768796b..dcc2ce4 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -7,6 +7,7 @@ import Steps2 from '~/components/widgets/Steps2.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; import Features3 from '~/components/widgets/Features3.astro'; +import Testimonials from '~/components/widgets/Testimonials.astro'; const metadata = { title: 'Personal Homepage Demo', @@ -247,6 +248,69 @@ const metadata = {
+ + + + Date: Tue, 15 Aug 2023 15:30:27 +0200 Subject: [PATCH 3/4] Modify callToAction text on personal page --- src/pages/homes/personal.astro | 50 ++++------------------------------ 1 file changed, 6 insertions(+), 44 deletions(-) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index dcc2ce4..0d70b52 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -3,7 +3,6 @@ import Layout from '~/layouts/PageLayout.astro'; import Header from '~/components/widgets/Header.astro'; import Hero from '~/components/widgets/Hero.astro'; -import Steps2 from '~/components/widgets/Steps2.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; import Features3 from '~/components/widgets/Features3.astro'; @@ -43,7 +42,7 @@ const metadata = { - + I'm a Graphic Designer passionate about crafting visual stories.
With 5 years of experience and a degree from New York University's School of Design. I infuse vitality into brands and designs, transforming concepts into @@ -311,51 +310,14 @@ const metadata = { ]} /> - - - - - - Astro +
Tailwind CSS -
- - - Be very surprised by these huge fake numbers you are seeing on this page. Don't - waste more time! :P - -
+ /> From 51eb78a9b488e291f8a50a769bcb7001fe1462ed Mon Sep 17 00:00:00 2001 From: widgeter Date: Tue, 15 Aug 2023 16:12:52 +0200 Subject: [PATCH 4/4] Includes Steps widgets to add resume --- src/pages/homes/personal.astro | 49 +++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index 0d70b52..0c66b55 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -7,6 +7,7 @@ import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; import Features3 from '~/components/widgets/Features3.astro'; import Testimonials from '~/components/widgets/Testimonials.astro'; +import Steps from '~/components/widgets/Steps.astro'; const metadata = { title: 'Personal Homepage Demo', @@ -93,10 +94,56 @@ const metadata = {
+ + + ABC Design Studio, New York, NY
2021 - Present', + description: `Collaborate with clients to understand design requirements and objectives.
Develop branding solutions, including logos, color palettes, and brand guidelines.
Design marketing materials such as brochures, posters, and digital assets.
Create visually appealing user interfaces for websites and applications.`, + icon: 'tabler:briefcase', + }, + { + title: + 'Junior Graphic Designer
XYZ Creative Agency, Los Angeles, CA
2018 - 2021', + description: `Assisted senior designers in creating design concepts and visual assets.
Contributed to the development of brand identities and marketing collateral.
Collaborated with the marketing team to ensure consistent design across campaigns.
Gained hands-on experience in various design software and tools.`, + icon: 'tabler:briefcase', + }, + ]} + image={{ + src: 'https://images.unsplash.com/photo-1557672172-298e090bd0f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80', + alt: 'Steps image', + }} + /> + + + + New York University's School of Design
2018 - 2020`, + icon: 'tabler:school', + }, + { + title: `Bachelor of Arts in Graphic Design
New York University's School of Design
2014 - 2018`, + icon: 'tabler:school', + }, + ]} + image={{ + src: 'https://images.unsplash.com/photo-1557672172-298e090bd0f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80', + alt: 'Steps image', + }} + /> +