Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoukhoudoss committed Jan 25, 2025
0 parents commit 6dc9ef4
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Binary file added assets/favicon-B-nnWcS7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/index-BFHUYftH.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions assets/index-D7LM3wiV.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-DfiyAaz-.css

Large diffs are not rendered by default.

Binary file added assets/profil-D_KKSVsm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/portfolio/assets/favicon-B-nnWcS7.jpg" />
<title>Abdou Khoudoss Cisse - Portfolio</title>
<script type="module" crossorigin src="/portfolio/assets/index-D7LM3wiV.js"></script>
<link rel="stylesheet" crossorigin href="/portfolio/assets/index-DfiyAaz-.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 6dc9ef4

Please sign in to comment.