Skip to content

Commit

Permalink
Deploying to gh-pages from @ euphonie/euphonie.github.io@12c7c40 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
euphonie committed Jul 25, 2022
1 parent 98afa9f commit c9a0c98
Show file tree
Hide file tree
Showing 47 changed files with 62 additions and 250 deletions.
Binary file added aboutMeModel.glb
Binary file not shown.
18 changes: 9 additions & 9 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"files": {
"main.css": "/static/css/main.8c381e12.css",
"main.js": "/static/js/main.2d8f5623.js",
"static/js/738.6d7d1ede.chunk.js": "/static/js/738.6d7d1ede.chunk.js",
"static/js/906.cff948ae.chunk.js": "/static/js/906.cff948ae.chunk.js",
"main.js": "/static/js/main.b18dc32d.js",
"static/js/546.be9a091c.chunk.js": "/static/js/546.be9a091c.chunk.js",
"static/js/401.7771cf17.chunk.js": "/static/js/401.7771cf17.chunk.js",
"static/media/bg-min.webp": "/static/media/bg-min.0a4646c095843c664560.webp",
"static/media/Poppins-Thin.ttf": "/static/media/Poppins-Thin.59ff6a729e30c99b478e.ttf",
"static/media/Poppins-Light.ttf": "/static/media/Poppins-Light.7641a0f76ca9ef6c252c.ttf",
"static/media/Poppins-Regular.ttf": "/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf",
"static/media/Poppins-Bold.ttf": "/static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf",
"static/media/low-poly-grid-haikei.webp": "/static/media/low-poly-grid-haikei.20ccdf17d3525565a55f.webp",
"static/media/layered-waves-haikei-top.webp": "/static/media/layered-waves-haikei-top.fb190f86a355225f1302.webp",
"static/media/stacked-waves-haikei.webp": "/static/media/stacked-waves-haikei.9f12e63f76221edda2c9.webp",
"static/media/layered-peaks-haikei.png": "/static/media/layered-peaks-haikei.941bf4db824ff5d3444b.png",
"static/media/madeingt.webp": "/static/media/madeingt.35ca216074e3dc16751e.webp",
"static/media/bottom-hero.webp": "/static/media/bottom-hero.b6c8e29095ece9a0f01f.webp",
"static/media/hackerrank.svg": "/static/media/hackerrank.242a5d9d481dcc339a2c46086bc988d6.svg",
"index.html": "/index.html",
"static/media/behance.svg": "/static/media/behance.97ef93a436924c9a8aa9641a956ce006.svg",
"static/media/getFetch.cjs": "/static/media/getFetch.c780682470504fffbd04.cjs",
"main.8c381e12.css.map": "/static/css/main.8c381e12.css.map",
"main.2d8f5623.js.map": "/static/js/main.2d8f5623.js.map",
"738.6d7d1ede.chunk.js.map": "/static/js/738.6d7d1ede.chunk.js.map",
"906.cff948ae.chunk.js.map": "/static/js/906.cff948ae.chunk.js.map"
"main.b18dc32d.js.map": "/static/js/main.b18dc32d.js.map",
"546.be9a091c.chunk.js.map": "/static/js/546.be9a091c.chunk.js.map",
"401.7771cf17.chunk.js.map": "/static/js/401.7771cf17.chunk.js.map"
},
"entrypoints": [
"static/css/main.8c381e12.css",
"static/js/main.2d8f5623.js"
"static/js/main.b18dc32d.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Portfolio from euphonie "/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Portfolio</title><script defer="defer" src="/static/js/main.2d8f5623.js"></script><link href="/static/css/main.8c381e12.css" rel="stylesheet"></head><body class="scrollbar-hidden"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Portfolio from euphonie "/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Portfolio</title><script defer="defer" src="/static/js/main.b18dc32d.js"></script><link href="/static/css/main.8c381e12.css" rel="stylesheet"></head><body class="scrollbar-hidden"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
8 changes: 5 additions & 3 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"experience": "Experience",
"work": "My Work",
"contact": "Contact",
"about": "About"
"about": "About Me"
},
"landing": {
"title": "Hi, I'm Joel",
Expand Down Expand Up @@ -37,12 +37,14 @@
"title": "Projects",
"dialog": {
"closeLabel": "Close",
"descriptionLabel": "Description",
"outcomeLabel": "Outcome",
"outcomeLabel": "Outcomes",
"techStackLabel": "Tech Stack",
"multipleReleasesLabel": "This project consisted on multiple releases"
}
},
"about": {
"title": "hola - salut - hey - ciao - hej - привет"
},
"footer": {
"copyright": "© 2022 Joel Cantoral"
}
Expand Down
3 changes: 3 additions & 0 deletions static/js/401.7771cf17.chunk.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/401.7771cf17.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/546.be9a091c.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/546.be9a091c.chunk.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions static/js/738.6d7d1ede.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/738.6d7d1ede.chunk.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions static/js/906.cff948ae.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/906.cff948ae.chunk.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions static/js/main.2d8f5623.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.2d8f5623.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.b18dc32d.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
* limitations under the License.
*/

/**
* @license
* Copyright 2010-2022 Three.js Authors
* SPDX-License-Identifier: MIT
*/

/**
* @license
* Copyright 2017 Google LLC
Expand Down Expand Up @@ -163,6 +169,16 @@
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
Expand All @@ -173,6 +189,26 @@
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-reconciler-constants.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-reconciler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
Expand Down Expand Up @@ -229,12 +265,3 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.b18dc32d.js.map

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion tech/android.svg

This file was deleted.

Loading

0 comments on commit c9a0c98

Please sign in to comment.