|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 | 7 | <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Stylish" />
|
8 | 8 | <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=VT323" />
|
9 |
| - <title>Jafar Rezaei | 3D website | sayjeyhi.com</title> |
| 9 | + |
| 10 | + <!-- SEO Meta Tags --> |
| 11 | + <meta name="keywords" content="sayjeyhi, Jafar Rezaei, Jafar Rezaei Rouyandaragh, جعفر رضائی, جعفر رضایی"> |
| 12 | + <meta name="description" content="Jafar Rezaei's personal website and portfolio with nice 3D animations and games"> |
| 13 | + <title>Jafar Rezaei | sayjeyhi | 3D portfolio</title> |
| 14 | + |
| 15 | + <!-- Twitter Card --> |
| 16 | + <meta name="twitter:card" content="summary_large_image"> |
| 17 | + <meta name="twitter:site" content="@yourTwitterHandle"> <!-- Replace with your Twitter handle --> |
| 18 | + <meta name="twitter:title" content="Jafar Rezaei | sayjeyhi | 3D portfolio"> |
| 19 | + <meta name="twitter:description" content="Jafar Rezaei's personal website and portfolio with nice 3D animations and games"> |
| 20 | + <meta name="twitter:image" content="URL_TO_IMAGE"> <!-- Replace with the URL to your image --> |
| 21 | + |
| 22 | + <!-- Open Graph Meta Tags --> |
| 23 | + <meta property="og:title" content="Jafar Rezaei | sayjeyhi | 3D portfolio"> |
| 24 | + <meta property="og:description" content="Jafar Rezaei's personal website and portfolio with nice 3D animations and games"> |
| 25 | + <meta property="og:type" content="website"> |
| 26 | + <meta property="og:url" content="URL_TO_YOUR_WEBSITE"> <!-- Replace with the URL to your website --> |
| 27 | + <meta property="og:image" content="URL_TO_IMAGE"> <!-- Replace with the URL to your image --> |
| 28 | + <meta property="og:image:alt" content="Jafar Rezaei's 3D Portfolio"> |
| 29 | + |
| 30 | + <!-- Favicon --> |
| 31 | + <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> |
| 32 | + <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> |
| 33 | + <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> |
| 34 | + <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> |
| 35 | + <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> |
| 36 | + <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> |
| 37 | + <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> |
| 38 | + <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> |
| 39 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> |
| 40 | + <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> |
| 41 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 42 | + <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> |
| 43 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 44 | + <link rel="manifest" href="/manifest.json"> |
| 45 | + <meta name="msapplication-TileColor" content="#ffffff"> |
| 46 | + <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> |
| 47 | + <meta name="theme-color" content="#ffffff"> |
| 48 | + |
| 49 | + <!-- Google Tag Manager --> |
| 50 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 51 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 52 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 53 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 54 | + })(window,document,'script','dataLayer','GTM-WMZX9BLX');</script> |
| 55 | + <!-- End Google Tag Manager --> |
| 56 | + |
10 | 57 | <style>
|
11 | 58 | .loader {
|
12 | 59 | width: 88px;
|
|
67 | 114 | </style>
|
68 | 115 | </head>
|
69 | 116 | <body>
|
| 117 | + <!-- Google Tag Manager (noscript) --> |
| 118 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WMZX9BLX" |
| 119 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 120 | + <!-- End Google Tag Manager (noscript) --> |
| 121 | + |
70 | 122 | <div id="root" style="width: 100vw; height: 100vh">
|
71 | 123 | <div style="display: flex; flex-direction:column;align-items: center; justify-content: center; width: 100%; height: 100%">
|
72 | 124 | <div class="loader" >
|
|
0 commit comments