-
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 14, 2024
0 parents
commit c6aaaf9
Showing
19 changed files
with
133 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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Binary file not shown.
Binary file not shown.
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,55 @@ | ||
<!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 - Experienced Full-Stack Developer. Discover my portfolio showcasing a variety of projects, skills in front-end and back-end development, and extensive experience in web technologies."> | ||
<meta name="keywords" | ||
content="Full-Stack Developer, Web Developer, Portfolio, Ebraheem Alhetari, ابراهيم الهتاري, Vue, Vue.js, Nuxt, Nuxt.js, JavaScript, HTML, CSS, Front-End Developer, Back-End Developer, Software Engineer, Web Development, Programming, Coding, Projects, Skills, Experience, GitHub, Portfolio Website"> | ||
<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="/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/" /> | ||
|
||
<!-- Favicon and Apple Touch Icons --> | ||
<link rel="shortcut icon" href="/portfolio/favicon.ico" type="image/x-icon" /> | ||
<link rel="apple-touch-icon" href="/portfolio/apple-touch-icon.png" /> | ||
<link rel="apple-touch-icon" sizes="57x57" href="/portfolio/apple-touch-icon-57x57.png" /> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/portfolio/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/portfolio/apple-touch-icon-76x76.png" /> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/portfolio/apple-touch-icon-114x114.png" /> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/portfolio/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/portfolio/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/portfolio/apple-touch-icon-152x152.png" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/portfolio/apple-touch-icon-180x180.png" /> | ||
|
||
<title>Ebraheem Alhetari - Full-Stack Developer</title> | ||
<script type="module" crossorigin src="/portfolio/assets/index-COUyhcxD.js"></script> | ||
<link rel="stylesheet" crossorigin href="/portfolio/assets/index-AT8TmCkz.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
</body> | ||
|
||
</html> |
Binary file not shown.