-
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
Sep 7, 2024
0 parents
commit 79c191c
Showing
34 changed files
with
354 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,197 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<link | ||
rel="preload" | ||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,[email protected],200..800&display=swap" | ||
as="style" | ||
onload="this.onload=null;this.rel='stylesheet'" | ||
/> | ||
<noscript | ||
><link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,[email protected],200..800&display=swap" | ||
/></noscript> | ||
|
||
<meta name="color-scheme" content="light" /> | ||
|
||
<!-- Basic Meta Tags --> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> | ||
<meta | ||
name="description" | ||
content="Ebraheem Alhetari - A freelance who is experienced in full-Stack Developer helping startups all around the world gain their unfair advantage" | ||
/> | ||
<meta | ||
name="keywords" | ||
content="full-stack developer,frontend developer,backend developer,freelance creative developer,freelance,web developer,portfolio,ebraheem alhetari,ابراهيم الهتاري,software engineer,web development,programming,coding,portfolio,portfolio website,ebraheem,alhetari,hetari" | ||
/> | ||
<meta name="robots" content="index, follow" /> | ||
<meta name="author" content="Ebraheem Alhetari" /> | ||
<meta | ||
itemprop="image" | ||
content="https://hetari.github.io/portfolio/assets/profile-dtKvApsu.webp" | ||
/> | ||
<link rel="canonical" href="https://hetari.github.io/portfolio/" /> | ||
|
||
<!-- Open Graph Meta Tags --> | ||
<meta property="og:image:type" content="image/jpeg" /> | ||
<meta property="og:image:width" content="1100" /> | ||
<meta property="og:image:height" content="1000" /> | ||
<meta property="og:image" content="./og-pic.webp" /> | ||
<meta | ||
property="og:title" | ||
content="Ebraheem Alhetari - Full-Stack Developer" | ||
/> | ||
<meta | ||
property="og:description" | ||
content="Ebraheem Alhetari - A freelance who is experienced in full-Stack Developer helping startups all around the world gain their unfair advantage" | ||
/> | ||
<meta property="og:url" content="https://hetari.github.io/portfolio/" /> | ||
<meta | ||
property="og:site_name" | ||
content="Ebraheem Alhetari — Freelance Web Developer" | ||
/> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:locale:alternate" content="ar_AR" /> | ||
<meta property="og:site_name" content="Ebraheem Alhetari" /> | ||
|
||
<!-- 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="Ebraheem Alhetari - A freelance who is experienced in full-Stack Developer helping startups all around the world gain their unfair advantage" | ||
/> | ||
<meta name="twitter:image:type" content="image/webp" /> | ||
<meta name="twitter:image:width" content="2400" /> | ||
<meta name="twitter:image:height" content="1260" /> | ||
<meta | ||
name="twitter:image:alt" | ||
content="Ebraheem Alhetari - A freelance who is experienced in full-Stack Developer helping startups all around the world gain their unfair advantage." | ||
/> | ||
<meta name="twitter:image" content="./og-pic.webp" /> | ||
<meta name="twitter:url" content="https://hetari.github.io/portfolio/" /> | ||
|
||
<!-- Canonical Tag --> | ||
<link rel="canonical" href="https://hetari.github.io/portfolio/" /> | ||
|
||
<!-- Robots Meta Tags --> | ||
<meta name="robots" content="index,follow" /> | ||
<meta name="googlebot" content="index,follow" /> | ||
|
||
<!-- Additional Meta Tags --> | ||
<meta name="revisit-after" content="7 days" /> | ||
<meta name="generator" content="Visual Studio Code" /> | ||
<meta name="mssmarttagspreventparsing" content="true" /> | ||
<meta name="no-cache" content="no-cache" /> | ||
<meta name="google" content="notranslate" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
|
||
<!-- 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-Z5xYBHCJ.js"></script> | ||
<link rel="stylesheet" crossorigin href="/portfolio/assets/index-BT2W9alB.css"> | ||
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
|
||
<script type="text/javascript"> | ||
(function (C, A, L) { | ||
let p = function (a, ar) { | ||
a.q.push(ar); | ||
}; | ||
let d = C.document; | ||
C.Cal = | ||
C.Cal || | ||
function () { | ||
let cal = C.Cal; | ||
let ar = arguments; | ||
if (!cal.loaded) { | ||
cal.ns = {}; | ||
cal.q = cal.q || []; | ||
d.head.appendChild(d.createElement('script')).src = A; | ||
cal.loaded = true; | ||
} | ||
if (ar[0] === L) { | ||
const api = function () { | ||
p(api, arguments); | ||
}; | ||
const namespace = ar[1]; | ||
api.q = api.q || []; | ||
if (typeof namespace === 'string') { | ||
cal.ns[namespace] = cal.ns[namespace] || api; | ||
p(cal.ns[namespace], ar); | ||
p(cal, ['initNamespace', namespace]); | ||
} else p(cal, ar); | ||
return; | ||
} | ||
p(cal, ar); | ||
}; | ||
})(window, 'https://app.cal.com/embed/embed.js', 'init'); | ||
Cal('init', '30min', { origin: 'https://cal.com' }); | ||
|
||
// Important: Please add the following attributes to the element that should trigger the calendar to open upon clicking. | ||
// `data-cal-link="ebraheemsaba/30min"` | ||
// data-cal-namespace="30min" | ||
// `data-cal-config='{"layout":"month_view","theme":"dark"}'` | ||
|
||
Cal.ns['30min']('ui', { | ||
theme: 'dark', | ||
styles: { | ||
// branding: { brandColor: '#3aaf4b' }, | ||
}, | ||
hideEventTypeDetails: false, | ||
layout: 'month_view', | ||
}); | ||
</script> | ||
</body> | ||
</html> |
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,18 @@ | ||
{ | ||
"name": "Ebraheem Alhetari Portfolio", | ||
"short_name": "Ebraheem Alhetari Portfolio", | ||
"icons": [ | ||
{ | ||
"src": "/apple-touch-icon-180x180.png", | ||
"sizes": "180x180", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/apple-touch-icon-152x152.png", | ||
"sizes": "152x152", | ||
"type": "image/png" | ||
} | ||
], | ||
"start_url": "/portfolio/", | ||
"display": "standalone" | ||
} |
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,6 @@ | ||
User-agent: * | ||
Disallow: /private/ | ||
Allow: / | ||
|
||
# Specify the location of your sitemap if you have one | ||
Sitemap: https://hetari.github.io/portfolio/ |
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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://hetari.github.io/portfolio/</loc><lastmod>2024-09-07T13:52:28.033Z</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset> |