Skip to content

Commit 3ee0422

Browse files
Minor changes to the project for its first release.
1 parent 2ce6e82 commit 3ee0422

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

app/layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ import { baseUrl } from './sitemap'
1111
export const metadata: Metadata = {
1212
metadataBase: new URL(baseUrl),
1313
title: {
14-
default: 'Next.js Portfolio Starter',
15-
template: '%s | Next.js Portfolio Starter',
14+
default: 'Francisco\'s prof. bio',
15+
template: '%s | Portfolio ',
1616
},
1717
description: 'This is my portfolio.',
1818
openGraph: {
19-
title: 'My Portfolio',
20-
description: 'This is my portfolio.',
19+
title: 'Welocme to my professional bio',
20+
description: 'This is my professional bio.',
2121
url: baseUrl,
22-
siteName: 'My Portfolio',
22+
siteName: 'Welocme to my professional bio',
2323
locale: 'en_US',
2424
type: 'website',
2525
},

app/page.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ export default function Page() {
33
return (
44
<section>
55
<h1 className="mb-8 text-2xl font-semibold tracking-tighter">
6-
My Portfolio
6+
Welcome to my professional bio
77
</h1>
88
<p className="mb-4">
9-
{`With a strong foundation in IoT system development and edge computing automation, my tenure at GEA Group has been marked by pioneering software solutions that enhance device management. Our team has innovated with digital twin technology, automated workflows, and proactive maintenance strategies.`}
9+
{`With a background in telecommunications and a passion for software development,
10+
I've been able to work on a variety of projects that have helped me grow as a professional
11+
in this software development world.`}
1012
</p>
1113
<p className="mb-4">
12-
{'At Livello Food, my role as an IoT/Backend Engineer laid the groundwork for intelligent kiosk systems, cementing my expertise in developing robust backend architectures and secure communication protocols. The drive for efficient and sustainable software solutions remains my guiding principle, always aiming to deliver tangible value through technology.'}
14+
{`With this website I am trying to put together a portfolio of my work. Though as of now,
15+
you will be able to see my experience and some of the projects and jobs I have worked on.
16+
I am looking forward to adding more projects and experiences to this website, so stay tuned.`}
1317
</p>
1418
</section>
1519
)

project-plan.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
- ✅ Define format for data (dates, position, location, description)
88
- ✅ Experience pages (Component for pages about my experiences as sofware engineer)
99
- ✅ Remove files and folders related to blog
10-
- 🚧 App hosting & deployment pipeline
10+
- App hosting & deployment pipeline
1111

1212
# V1.1.0
1313

1414
### Features
1515

16-
- TBD
16+
- Skills page (related to the skills used for the work done)
1717

1818
# Backlog
1919

20-
- Skills page (related to the skills used for the work done)
2120
- Translation Options (DE, ES)
2221

2322
### Bugs

0 commit comments

Comments
 (0)