Skip to content
Merged
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
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5501,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#65c89b",
"activityBar.background": "#65c89b",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#945bc4",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#65c89b",
"statusBar.background": "#42b883",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#359268",
"statusBarItem.remoteBackground": "#42b883",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#42b883",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#42b88399",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#42b883"
}
15 changes: 0 additions & 15 deletions index.html

This file was deleted.

8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deploy": "gh-pages -d dist"
},
"dependencies": {
"bootstrap": "^5.3.7",
"bootstrap": "^5.3.8",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/assets/images/white.png
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./assets/images/white.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Okiror Samuel Vinald</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
33 changes: 19 additions & 14 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
import React from "react";
import Navbar from "./components/Navbar";
import Hero from "./components/Hero";
import Experience from "./components/Experience";
import Education from "./components/Education";
import ContactCards from "./components/Contact/ContactCards";
import Experience from "./components/Experience/Experience";
import Education from "./components/Education/Education";
import Skills from "./components/Skills";
import Projects from "./components/projects/Projects.jsx";
import Certificates from "./components/certificates/Certificates.jsx";
import Contact from "./components/Contact";
import Projects from "./components/Project/Projects";
import Certificates from "./components/certificates/Certificates";
import Footer from "./components/Footer";
import 'bootstrap/dist/css/bootstrap.min.css';

function App() {
return (
<>
<div>
<Navbar />
<Hero />
<Experience />
<Education />
<Skills />
<Projects />
<Certificates />
<Contact />
<div className="container my-5 html">
<Hero />
<ContactCards />
<Experience />
<Education />
<Skills />
<Projects />
<Certificates />
</div>
<Footer />
</>
</div>
);
}

export default App;
24 changes: 0 additions & 24 deletions src/assets/React-TODO-APP-main/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions src/assets/React-TODO-APP-main/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/assets/React-TODO-APP-main/eslint.config.js

This file was deleted.

21 changes: 0 additions & 21 deletions src/assets/React-TODO-APP-main/index.html

This file was deleted.

Loading
Loading