-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.34 KB
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Abdelrahman Nounir is a frontend-focused full-stack engineer in Giza, Egypt, building fast, animated, production-ready products with React, Next.js, TypeScript and GSAP." />
<meta name="keywords" content="Frontend Engineer, React Developer, Next.js Developer, TypeScript, GSAP, Full-Stack Developer, Egypt" />
<meta name="author" content="Abdelrahman Nounir" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rptpfolio.vercel.app/" />
<meta property="og:title" content="Abdelrahman Nounir — Frontend Engineer" />
<meta property="og:description" content="Production-ready web products where engineering, motion and business outcomes meet." />
<meta property="og:image" content="https://rptpfolio.vercel.app/assets/projects/grosha.png" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://rptpfolio.vercel.app/" />
<title>Abdelrahman Nounir — Frontend & Full-Stack Engineer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>