Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucalauro committed Nov 23, 2023
1 parent f16db7c commit 3e1ae8f
Show file tree
Hide file tree
Showing 37 changed files with 159 additions and 225 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
GITHUB_USERNAME: ${{ github.repository_owner }}
REACT_APP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is automatically set by Github Actions
USE_GITHUB_DATA: "true"
MEDIUM_USERNAME: "saadpasta" # Change this to your medium username
on:
workflow_dispatch:
push:
Expand Down
5 changes: 5 additions & 0 deletions .idea/.gitignore

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

12 changes: 12 additions & 0 deletions .idea/gianlucalauro.github.io.iml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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,5 +1,5 @@
{
"homepage": "https://developerfolio.js.org/",
"homepage": "https://gianlucalauro.github.io/",
"name": "developerfolio",
"version": "0.1.0",
"private": true,
Expand Down
Binary file removed public/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/android-chrome-384x384.png
Binary file not shown.
Binary file removed public/apple-touch-icon.png
Binary file not shown.
Binary file removed public/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.
19 changes: 7 additions & 12 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,30 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Edit meta tags for SEO -->
<title>DeveloperFolio | Developer Portfolio Template</title>
<meta name="title" content="DeveloperFolio | Developer Portfolio Template">
<meta name="description" content="Software Developer Portfolio Template that helps you showcase your work and skills as a software developer">
<title>Gianluca Lauro</title>
<meta name="title" content="Gianluca Lauro">
<meta name="description" content="My Software Developer Portfolio">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://developerfolio.js.org/">
<meta property="og:title" content="DeveloperFolio | Developer Portfolio Template">
<meta property="og:description" content="Software Developer Portfolio Template that helps you showcase your work and skills as a software developer">
<meta property="og:title" content="Gianluca Lauro">
<meta property="og:description" content="My Software Developer Portfolio">
<!-- Link to a hosted image -->
<!-- <meta property="og:image" content=""> -->

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://developerfolio.js.org/">
<meta property="twitter:title" content="DeveloperFolio | Developer Portfolio Template">
<meta property="twitter:description" content="Software Developer Portfolio Template that helps you showcase your work and skills as a software developer">
<meta property="twitter:title" content="Gianluca Lauro">
<meta property="twitter:description" content="My Software Developer Portfolio">
<!-- Link to a hosted image -->
<!-- <meta property="twitter:image" content=""> -->

<meta name="msapplication-TileColor" content="#603cba">
<meta name="theme-color" content="#6c63ff" />

<!-- Customize icons -->
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png?v8=qAJ44G5Bm7">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png?v8=qAJ44G5Bm7">
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg?v8=qAJ44G5Bm7" color="#885bd5">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico?v8=qAJ44G5Bm7">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png?v8=qAJ44G5Bm7">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
17 changes: 0 additions & 17 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{
"short_name": "DeveloperFolio",
"name": "DeveloperFolio",
"icons": [
{
"src": "/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "/android-chrome-192x192.png?v8=qAJ44G5Bm7",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/android-chrome-384x384.png?v8=qAJ44G5Bm7",
"type": "image/png",
"sizes": "384x384"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#6c63ff",
Expand Down
Binary file removed public/mstile-150x150.png
Binary file not shown.
78 changes: 0 additions & 78 deletions public/safari-pinned-tab.svg

This file was deleted.

Binary file added src/assets/images/Emblem_of_Italy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/airbnbLogo.png
Binary file not shown.
Binary file added src/assets/images/begear-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/cisco-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/codeInLogo.webp
Binary file not shown.
Binary file removed src/assets/images/facebookLogo.png
Binary file not shown.
Binary file added src/assets/images/fuel-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/assets/images/googleAssistant.svg

This file was deleted.

Binary file removed src/assets/images/googleAssistantLogo.webp
Binary file not shown.
Binary file removed src/assets/images/harvardLogo.png
Binary file not shown.
Binary file added src/assets/images/java-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/kontrolon-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/nextuLogo.webp
Binary file not shown.
Binary file removed src/assets/images/pwa.webp
Binary file not shown.
Binary file removed src/assets/images/pwaLogo.webp
Binary file not shown.
Binary file added src/assets/images/python-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/quoraLogo.png
Binary file not shown.
Binary file removed src/assets/images/saayaHealthLogo.webp
Binary file not shown.
Binary file removed src/assets/images/stanfordLogo.png
Binary file not shown.
Binary file added src/assets/images/tecno-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e1ae8f

Please sign in to comment.