|
1 | | -<!doctype html> |
2 | | -<html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <link |
7 | | - rel="stylesheet" |
8 | | - href="https://unpkg.com/lenis@1.3.4/dist/lenis.css" |
9 | | - /> |
10 | | - <link rel="icon" type="image/png" href="/images/favicon.avif" /> |
11 | | - <link rel="apple-touch-icon" href="/images/favicon.avif" /> |
12 | | - <title>Saqib Bedar</title> |
13 | | - </head> |
14 | | - <body> |
15 | | - <div id="root"></div> |
16 | | - <script type="module" src="/src/main.jsx"></script> |
17 | | - </body> |
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="robots" content="index,follow" /> |
| 7 | + <meta |
| 8 | + name="description" |
| 9 | + content="Saqib Bedar is a Computer Science student, Full Stack Developer, open-source builder, and tech educator. Explore projects, blogs, courses, and services in React, Node.js, and modern web engineering." |
| 10 | + /> |
| 11 | + <meta |
| 12 | + name="keywords" |
| 13 | + content="Saqib Bedar, Computer Science Student, Full Stack Developer, Open Source Developer, React, Node.js, JavaScript, MERN Stack, Web Development, DevOps, Linux" |
| 14 | + /> |
| 15 | + <meta name="author" content="Saqib Bedar" /> |
| 16 | + <meta name="theme-color" content="#111827" /> |
| 17 | + <link rel="canonical" href="https://saqibbedar.github.io" /> |
| 18 | + |
| 19 | + <!-- Open Graph Meta Tags for Social Sharing --> |
| 20 | + <meta property="og:type" content="website" /> |
| 21 | + <meta |
| 22 | + property="og:title" |
| 23 | + content="Saqib Bedar | Computer Science Student & Full Stack Developer" |
| 24 | + /> |
| 25 | + <meta |
| 26 | + property="og:description" |
| 27 | + content="Computer Science student, Full Stack Developer, open-source builder, and tech educator building practical software, APIs, and developer tools." |
| 28 | + /> |
| 29 | + <meta property="og:url" content="https://saqibbedar.github.io" /> |
| 30 | + <meta |
| 31 | + property="og:image" |
| 32 | + content="https://saqibbedar.github.io/images/sitebanner.avif" |
| 33 | + /> |
| 34 | + <meta |
| 35 | + property="og:image:alt" |
| 36 | + content="Saqib Bedar - Computer Science Student and Full Stack Developer" |
| 37 | + /> |
| 38 | + <meta property="og:site_name" content="Saqib Bedar Portfolio" /> |
| 39 | + <meta property="og:locale" content="en_US" /> |
| 40 | + |
| 41 | + <!-- Twitter Card Meta Tags --> |
| 42 | + <meta name="twitter:card" content="summary_large_image" /> |
| 43 | + <meta |
| 44 | + name="twitter:title" |
| 45 | + content="Saqib Bedar | Computer Science Student & Full Stack Developer" |
| 46 | + /> |
| 47 | + <meta |
| 48 | + name="twitter:description" |
| 49 | + content="Computer Science student and open-source developer sharing projects, technical blogs, and modern web development work." |
| 50 | + /> |
| 51 | + <meta |
| 52 | + name="twitter:image" |
| 53 | + content="https://saqibbedar.github.io/images/sitebanner.avif" |
| 54 | + /> |
| 55 | + <meta name="twitter:creator" content="@saqibbedar" /> |
| 56 | + <meta name="twitter:site" content="@saqibbedar" /> |
| 57 | + |
| 58 | + <meta property="article:author" content="https://linkedin.com/in/saqibbedar" /> |
| 59 | + |
| 60 | + <link |
| 61 | + rel="stylesheet" |
| 62 | + href="https://unpkg.com/lenis@1.3.4/dist/lenis.css" |
| 63 | + /> |
| 64 | + <link rel="icon" type="image/png" href="/images/favicon.avif" /> |
| 65 | + <link rel="apple-touch-icon" href="/images/favicon.avif" /> |
| 66 | + <link rel="sitemap" type="application/xml" href="/sitemap.xml" /> |
| 67 | + <title>Saqib Bedar | Computer Science Student & Full Stack Developer</title> |
| 68 | + |
| 69 | + <script type="application/ld+json"> |
| 70 | + { |
| 71 | + "@context": "https://schema.org", |
| 72 | + "@type": "Person", |
| 73 | + "name": "Saqib Bedar", |
| 74 | + "url": "https://saqibbedar.github.io", |
| 75 | + "image": "https://saqibbedar.github.io/images/author.avif", |
| 76 | + "jobTitle": "Computer Science Student and Full Stack Developer", |
| 77 | + "email": "chandio.saqib.m@gmail.com", |
| 78 | + "sameAs": [ |
| 79 | + "https://github.com/saqibbedar", |
| 80 | + "https://linkedin.com/in/saqibbedar", |
| 81 | + "https://twitter.com/saqibbedar", |
| 82 | + "https://youtube.com/@BedarMind" |
| 83 | + ], |
| 84 | + "knowsAbout": [ |
| 85 | + "Full Stack Development", |
| 86 | + "React.js", |
| 87 | + "Node.js", |
| 88 | + "JavaScript", |
| 89 | + "MongoDB", |
| 90 | + "Express.js", |
| 91 | + "Web Development", |
| 92 | + "MERN Stack", |
| 93 | + "DevOps", |
| 94 | + "Linux", |
| 95 | + "Systems Programming" |
| 96 | + ], |
| 97 | + "description": "Computer Science student, open-source developer, and tech educator building practical and scalable software systems." |
| 98 | + } |
| 99 | + </script> |
| 100 | + |
| 101 | + <script type="application/ld+json"> |
| 102 | + { |
| 103 | + "@context": "https://schema.org", |
| 104 | + "@type": "WebSite", |
| 105 | + "name": "Saqib Bedar Portfolio", |
| 106 | + "url": "https://saqibbedar.github.io", |
| 107 | + "description": "Portfolio of Saqib Bedar, a Computer Science student and Full Stack Developer.", |
| 108 | + "creator": { |
| 109 | + "@type": "Person", |
| 110 | + "name": "Saqib Bedar" |
| 111 | + }, |
| 112 | + "potentialAction": { |
| 113 | + "@type": "SearchAction", |
| 114 | + "target": { |
| 115 | + "@type": "EntryPoint", |
| 116 | + "urlTemplate": "https://saqibbedar.github.io/search?query={search_term_string}" |
| 117 | + }, |
| 118 | + "query-input": "required name=search_term_string" |
| 119 | + } |
| 120 | + } |
| 121 | + </script> |
| 122 | + </head> |
| 123 | + <body> |
| 124 | + <div id="root"></div> |
| 125 | + <script type="module" src="/src/main.jsx"></script> |
| 126 | + </body> |
18 | 127 | </html> |
0 commit comments