Skip to content

Commit

Permalink
update: removed movieland project and add locus
Browse files Browse the repository at this point in the history
  • Loading branch information
frerot committed Sep 16, 2024
1 parent f06ce7a commit 081a497
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta property="og:type" content="portfolio">

<meta name="theme-color" content="#0E1117">
<link rel="apple-touch-icon" href="/logo.svg">
<link rel="apple-touch-icon" href="/logoicon.svg">
<title>frérot | crafting seamless experiences</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
10 changes: 5 additions & 5 deletions src/utils/data.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export const projectsData = [
{
title: "Blog App",
title: 'Blog App',
description:
"A backend web app powered by Node js, Express js, Ejs & Mongodb and it's a dynamic platform that lets you create, read, update and delete your own blogs with ease.",
link: "https://blogapp-j7sb.onrender.com/",
link: 'https://blogapp-j7sb.onrender.com/',
},
{
title: "Movie Land",
title: 'Locus Program',
description:
"The Movie Land website is a movie search application. Users can search for movies and view details about them.",
link: "https://movieland.frerot.dev/",
'The Entrepreneurship Program landing page by Salim equips aspiring business owners with the skills to start, grow, and manage successful ventures. Through practical workshops and expert mentorship, participants learn key areas like business planning, market research, financial management, and marketing. Ideal for beginners or experienced entrepreneurs, this program helps turn ideas into thriving businesses.',
link: 'https://locus.frerot.dev/',
},
];

Expand Down

0 comments on commit 081a497

Please sign in to comment.