-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CI
authored and
CI
committed
Jul 13, 2024
0 parents
commit db81741
Showing
9 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
index.html |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- Basic Meta Tags --> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="description" | ||
content="Ebraheem Alhetari - Full-Stack Developer specializing in Vue. Explore my portfolio to see my projects, skills, and experience."> | ||
<meta name="keywords" | ||
content="Full-Stack Developer, Web Developer, Portfolio, Ebraheem, Alhetari, ابراهيم, الهتاري, Vue, Nuxt, Portfolio"> | ||
<meta name="author" content="Ebraheem Alhetari"> | ||
|
||
<!-- Open Graph Meta Tags for social media sharing --> | ||
<meta property="og:title" content="Ebraheem Alhetari - Full-Stack Developer"> | ||
<meta property="og:description" | ||
content="Explore my portfolio to see my projects, skills, and experience in full-stack development."> | ||
<meta property="og:image" content="https://hetari.github.io/portfolio/profile.jpg"> | ||
<meta property="og:url" content="https://hetari.github.io/portfolio/"> | ||
<meta property="og:type" content="website"> | ||
|
||
|
||
<!-- Twitter Card Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="Ebraheem Alhetari - Full-Stack Developer" /> | ||
<meta name="twitter:description" | ||
content="Explore my portfolio to see my projects, skills, and experience in full-stack development." /> | ||
<meta name="twitter:image" content="https://hetari.github.io/portfolio/profile.jpg" /> | ||
<meta name="twitter:url" content="https://hetari.github.io/portfolio/" /> | ||
|
||
<!-- Canonical Tag --> | ||
<link rel="canonical" href="https://hetari.github.io/portfolio/" /> | ||
|
||
<title>Ebraheem Alhetari - Full-Stack Developer</title> | ||
<link rel="icon" type="./image/svg+xml" href="./logo.svg" /> | ||
<script type="module" crossorigin src="/portfolio/assets/index-DakS2X-d.js"></script> | ||
<link rel="stylesheet" crossorigin href="/portfolio/assets/index-uetUgv_Y.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.