Skip to content

Commit

Permalink
feat: Add content for About and Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoMty committed Feb 24, 2024
1 parent 1f46610 commit 9f00839
Show file tree
Hide file tree
Showing 28 changed files with 363 additions and 110 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>Eduardo Pineda | Portfolio</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const App = () => {
{/* The app contains the routes to all the pages in the website. The navigation is handle by the navbar component. Each
route has a prop that contains its corresponding page */}
return (
<main className='bg-slate-300/20 h-[100vh]'>
<main className='bg-slate-300/20 h-full'>
<Router>
<Navbar />
<Routes>
Expand Down
Binary file added src/assets/forest.mp3
Binary file not shown.
10 changes: 10 additions & 0 deletions src/assets/icons/androidstudio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/books.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/bracketscurly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/chat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/cpp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/cs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/assets/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ import redux from './redux.svg'
import sass from './sass.svg'
import tailwindcss from './tailwindcss.svg'
import typescript from './typescript.svg'
import cpp from './cpp.svg'
import java from './java.svg'
import python from './python.svg'
import cs from './cs.svg'
import swift from './swift.svg'
import androidstudio from './androidstudio.svg'
import unity from './unity.svg'
import sqlserver from './sqlserver.svg'
import kotlin from './kotlin.svg'
import mobile from './mobile.svg'
import bracketscurly from './bracketscurly.svg'
import books from './books.svg'
import chat from './chat.svg'
import linkedin from './linkedin.svg'
import twitter from './twitter.svg'
import car from './car.svg'
Expand Down Expand Up @@ -44,6 +57,19 @@ export {
sass,
tailwindcss,
typescript,
cpp,
java,
python,
cs,
swift,
androidstudio,
unity,
sqlserver,
kotlin,
mobile,
bracketscurly,
books,
chat,
linkedin,
twitter,
car,
Expand Down
1 change: 1 addition & 0 deletions src/assets/icons/java.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/icons/kotlin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/python.svg
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 9f00839

Please sign in to comment.