Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
adanelrincon committed Sep 13, 2024
1 parent e9449ab commit 3290557
Show file tree
Hide file tree
Showing 48 changed files with 140 additions and 156 deletions.
43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# Portfolio
# Adán Pérez Hernández Portfolio

<br>

This is my personal portfolio, showcasing my skills, experience, and projects as a Junior Full Stack Developer. The website is designed to give potential employers and collaborators an overview of my capabilities, recent work, and technologies I specialize in.

<br>

## Contact

- Email: [email protected]
- [Linkedin](https://www.linkedin.com/in/ad%C3%A1n-p%C3%A9rez-hern%C3%A1ndez-06ba722a6/)

<br>

## Demo

- The portfolio is hosted on Vercel, ensuring fast and reliable performance across all devices.
- [https://adanperezportfolio.vercel.app/](https://adanperezportfolio.vercel.app/)

<br>

## Built With

- React (TypeScript)
- Tailwind CSS
- Vercel (for hosting)

<br>

## Features

- Responsive Design: Adapted to desktop and mobile devices.
- Project Showcase: Displays some projects, highlighting the tools and technologies used.
- Simple, Clean UI: Focuses on providing an easy-to-navigate and professional user experience.

<br>

## Resources

- [FontAwesome Icons](https://rsms.me/inter/).
- [Inter Font](https://rsms.me/inter/).
135 changes: 73 additions & 62 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"typescript": "^4.9.5",
Expand Down
Binary file added frontend/public/CV_AdanPerezENG.pdf
Binary file not shown.
Binary file removed frontend/public/angular.png
Binary file not shown.
Binary file removed frontend/public/blender.png
Binary file not shown.
Binary file removed frontend/public/bootstrap.png
Binary file not shown.
Binary file removed frontend/public/c_sharp.png
Binary file not shown.
Binary file removed frontend/public/css.png
Binary file not shown.
Binary file removed frontend/public/download.png
Binary file not shown.
Binary file removed frontend/public/figma.png
Binary file not shown.
Binary file removed frontend/public/git.png
Binary file not shown.
Binary file removed frontend/public/github.png
Binary file not shown.
Binary file removed frontend/public/html5.png
Binary file not shown.
Binary file modified frontend/public/impresioname.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 frontend/public/java.png
Binary file not shown.
Binary file removed frontend/public/javascript.png
Binary file not shown.
Binary file removed frontend/public/js.png
Binary file not shown.
Binary file removed frontend/public/linkedin.png
Binary file not shown.
Binary file removed frontend/public/logo.png
Binary file not shown.
Binary file removed frontend/public/mongodb.png
Binary file not shown.
Binary file removed frontend/public/moon.png
Binary file not shown.
Binary file removed frontend/public/mysql.png
Binary file not shown.
Binary file removed frontend/public/nodejs.png
Binary file not shown.
Binary file removed frontend/public/notion.png
Binary file not shown.
Binary file removed frontend/public/npm.png
Binary file not shown.
Binary file modified frontend/public/portfolio.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 frontend/public/postgresql.png
Binary file not shown.
Binary file removed frontend/public/postman.png
Binary file not shown.
Binary file removed frontend/public/python.png
Diff not rendered.
Binary file removed frontend/public/react.png
Diff not rendered.
Binary file removed frontend/public/sass.png
Diff not rendered.
Binary file removed frontend/public/spring_boot.png
Diff not rendered.
Binary file removed frontend/public/sun.png
Diff not rendered.
Binary file removed frontend/public/tailwind.png
Diff not rendered.
Binary file removed frontend/public/threejs.png
Diff not rendered.
Binary file removed frontend/public/ts.png
Diff not rendered.
Binary file removed frontend/public/visual.png
Diff not rendered.
9 changes: 1 addition & 8 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,15 @@ import Technologies from './components/Technologies';
import Projects from './components/Projects';
import About from './components/About';


function App() {
return (

<div className="bg-gradient-to-b from-slate-900 to-gray-900 text-white flex items-center flex-col pb-20">

<About />
<Experience />
<Technologies />
<Projects />
</div>

);
}



export default App;

export default App;
Loading

0 comments on commit 3290557

Please sign in to comment.