Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import Skills from "./components/skills";
import Projects from "./components/projects";
import Hobbies from "./components/hobbies";
import Contact from "./components/contact";

/*Buena division de la pagina, me imagino que el primer div es de clase container*/
function App() {
return (
<div className="contaier">
<div className="container">
<Navigation />
<header className="header text-center">
<h1>Miguel Hoyos Ruge</h1>
Expand All @@ -37,3 +37,4 @@ function App() {
}

export default App;
/*No hay errores segun W3, muy buen trabajo! */
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*Buen uso de CSS y no se porqué tantas multiples fuentes*/
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
Expand Down
Binary file added w3img/codeReviewW3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.