diff --git a/src/App.jsx b/src/App.jsx
deleted file mode 100644
index f7c5de5..0000000
--- a/src/App.jsx
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Application component
- *
- * To contain application wide settings, routes, state, etc.
- */
-
-import React from "react";
-import Header from "./Components/Header";
-const siteProps = {
- name: "Pablo Oca Galeano",
- title: "Junior Back-End Developer",
- email: "pabloocagal03@gmail.com",
-};
-
-// ...
-
-const App = () => {
- return (
- <>
-
-
{siteProps.name}
- {siteProps.title}
- {siteProps.email}
- >
- );
-};
-
-export default App;
\ No newline at end of file
diff --git a/src/Components/Header.jsx b/src/Components/Header.jsx
deleted file mode 100644
index b320319..0000000
--- a/src/Components/Header.jsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Header Component
- *
- * Sample of a single responsibility component
- */
-
-import React from "react";
-
-const Header = () => {
- return Pablo Oca Galeano Portfolio
;
-};
-
-export default Header;
diff --git a/src/index.html b/src/index.html
index 0fc879b..fade325 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,19 +1,95 @@
-
-
-
-
- Pablo Oca Galeano Portfolio
-
+
+
+
+
+ Resume
+
+
+
+
+
+
+
+ Pablo Oca Galeano
+
+
+
+
+
+
+
+
+ Pablo de Olavide University
+
+
Computer engineering in information systems
+
+
+
+
+
+
+
+ Skills
+
+
+ - CSS
+ - HTML
+ - JavaScript
+ - Git
+ - Visual Studio Code
+ - Python
+ - Java
+ - Odoo
+ - Hibernate
+
+
+
+
+
+
+
+ Experience
+
+ Microsoft Learn Student Ambassador
+
+ - Public Speaking
+ - Event Organizing
+
+ Free Software Association of the Pablo de Olavide University
+
+ - Team Building
+ - Team Organizing
+
+
+
+
+
+ Projects
+
+
+ 2048 Game Algorithmn
+ I made an algorithmn in order to play the 2048 game.
+ Technology Used:
+
+ - Java
+ - Mongo DB Database
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+