|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <title>{{ title or metadata.title }}</title> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <!-- Priority Meta & Optimizations to Prevent FOUC & Overflow Scaling --> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes"> |
7 | 8 | <meta name="description" content="Portfolio of Yousef Mohamed, an Environment & Prop Concept Artist specializing in Graphic Design, 2D Animation, Editing, and VFX."> |
8 | 9 | <meta name="author" content="Yousef Mohamed"> |
9 | | - <meta name="robots" content="index, follow"> |
10 | | - <meta name="language" content="en"> |
11 | | - <link rel="canonical" href="https://yousefmohamed.studio{{ page.url | url }}" /> |
| 10 | + |
| 11 | + <!-- UPGRADED Font Awesome with Backward Shims (100% Fix for Bbox Warnings / Network FOUC Error Drop) --> |
| 12 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" crossorigin="anonymous" /> |
| 13 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/v4-shims.min.css" crossorigin="anonymous" /> |
| 14 | + |
| 15 | + <!-- HARD CACHE-BUSTING ENFORCEMENT - Eliminates the old sticky mobile glitch caching "?v=systemOverride3" --> |
| 16 | + <link rel="stylesheet" href="{{ '/css/modern.css' | url }}?v=systemOverride3"> |
| 17 | + <link rel="stylesheet" href="{{ '/css/index.css' | url }}?v=systemOverride3"> |
| 18 | + <link rel="stylesheet" href="{{ '/css/style.css' | url }}?v=systemOverride3"> |
| 19 | + |
| 20 | + <!-- Universally Loaded Projects Override (Crucial: NO RESTRICTIVE 'IF STATEMENT' BLOCK TO PREVENT ROOT SPILL) --> |
| 21 | + <link rel="stylesheet" href="{{ '/css/projects-override.css' | url }}?v=systemOverride3"> |
12 | 22 |
|
13 | | - <!-- Open Graph Meta Tags --> |
| 23 | + <!-- Canonicals and Structured Social Sharing Layout Data Config --> |
| 24 | + <link rel="canonical" href="https://yousefmohamed.studio{{ page.url | url }}" /> |
| 25 | + <meta property="og:image" content="https://yousefmohamed.studio/img/icons/logo-512x512.png"> |
14 | 26 | <meta property="og:title" content="{{ title or metadata.title }}"> |
15 | | - <meta property="og:description" content="Explore the portfolio of Yousef Mohamed, showcasing expertise in Concept Art, Graphic Design, Animation, and more."> |
16 | | - <meta property="og:image" content="https://yousefmohamed.studio/img/icons/logo-512x512.webp"> |
17 | | - <meta property="og:url" content="https://yousefmohamed.studio{{ page.url | url }}"> |
18 | | - <meta property="og:type" content="website"> |
19 | | - |
20 | | - <!-- Twitter Card Meta Tags --> |
21 | | - <meta name="twitter:card" content="summary_large_image"> |
22 | | - <meta name="twitter:title" content="{{ title or metadata.title }}"> |
23 | | - <meta name="twitter:description" content="Explore the portfolio of Yousef Mohamed, showcasing expertise in Concept Art, Graphic Design, Animation, and more."> |
24 | | - <meta name="twitter:image" content="https://yousefmohamed.studio/img/icons/logo-512x512.webp"> |
25 | | - |
26 | | - <!-- JSON-LD Structured Data --> |
27 | | - <script type="application/ld+json"> |
28 | | - { |
29 | | - "@context": "https://schema.org", |
30 | | - "@type": "Person", |
31 | | - "name": "Yousef Mohamed", |
32 | | - "url": "https://yousefmohamed.studio", |
33 | | - "sameAs": [ |
34 | | - "https://www.linkedin.com/in/yousef-mohamed-2932a6251", |
35 | | - "https://www.behance.net/yousefmohamed2004", |
36 | | - "https://instagram.com/_yousefmohamad", |
37 | | - "https://vimeo.com/yousefmohamed2004", |
38 | | - "https://youtube.com/@Usif_mohamd2004" |
39 | | - ], |
40 | | - "jobTitle": "Environment & Prop Concept Artist", |
41 | | - "description": "Multidisciplinary Visual Artist specializing in Concept Art, Graphic Design, 2D Animation, Editing, and VFX.", |
42 | | - "image": "https://yousefmohamed.studio/img/icons/logo-512x512.webp" |
43 | | - } |
44 | | - </script> |
| 27 | + <meta name="twitter:image" content="https://yousefmohamed.studio/img/icons/logo-512x512.png"> |
45 | 28 |
|
46 | | - <!-- Favicon and Apple Touch Icon --> |
| 29 | + <!-- Correct Favicon Linking Format --> |
47 | 30 | <link rel="icon" href="/img/icons/favicon.ico" type="image/x-icon"> |
48 | | - <link rel="apple-touch-icon" href="/img/icons/logo-512x512.webp"> |
49 | | - |
50 | | - <!-- Preload Fonts --> |
51 | | - <link rel="preload" href="/fonts/Roboto-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"> |
52 | | - <link rel="preload" href="/fonts/Roboto-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"> |
53 | | - |
54 | | - <!-- FontAwesome CDN for Contact & Social Icons --> |
55 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
56 | | - |
57 | | - <!-- Stylesheets --> |
58 | | - <link rel="stylesheet" href="{{ '/css/modern.css' | url }}" media="print" onload="this.media='all'"> |
59 | | - <noscript><link rel="stylesheet" href="{{ '/css/modern.css' | url }}"></noscript> |
| 31 | + <link rel="apple-touch-icon" href="/img/icons/logo-512x512.png"> |
60 | 32 |
|
61 | | - <!-- Sitemap Reference --> |
62 | | - <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml"> |
63 | | - |
64 | | - <!-- Search Engine Verification --> |
65 | | - <meta name="google-site-verification" content="YOUR_GOOGLE_VERIFICATION_TOKEN"> |
66 | | - <meta name="bing-site-verification" content="YOUR_BING_VERIFICATION_TOKEN"> |
67 | | - |
68 | | - <!-- Font Display Optimization --> |
69 | 33 | <style> |
70 | | - @font-face { |
71 | | - font-family: 'Roboto'; |
72 | | - src: url('/fonts/Roboto-Regular.woff2') format('woff2'); |
73 | | - font-weight: 400; |
74 | | - font-style: normal; |
75 | | - font-display: swap; |
| 34 | + /* Base Structural Axis Lock System preventing Mobile Scale Bleeds instantly prior to layout rendering */ |
| 35 | + :root { |
| 36 | + --main-font: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; |
| 37 | + overflow-x: hidden !important; |
| 38 | + } |
| 39 | + /* Hard Override applying immediate death bounds against invisible markdown horizontal scroll padding! */ |
| 40 | + html, body { |
| 41 | + overflow-x: hidden !important; |
| 42 | + max-width: 100vw !important; |
| 43 | + width: 100% !important; |
| 44 | + margin: 0 !important; |
| 45 | + padding: 0; |
| 46 | + box-sizing: border-box !important; |
| 47 | + overscroll-behavior-x: none; |
76 | 48 | } |
77 | | - @font-face { |
78 | | - font-family: 'Roboto'; |
79 | | - src: url('/fonts/Roboto-Bold.woff2') format('woff2'); |
80 | | - font-weight: 700; |
81 | | - font-style: normal; |
82 | | - font-display: swap; |
| 49 | + body { |
| 50 | + font-family: var(--main-font) !important; |
| 51 | + background-color: #000; |
| 52 | + color:#efefef; |
| 53 | + } |
| 54 | + /* Subverting default container blow-outs natively injected */ |
| 55 | + .w3-content, .w3-main, #main { |
| 56 | + max-width: 100vw !important; |
| 57 | + box-sizing: border-box !important; |
| 58 | + overflow-x: hidden !important; |
| 59 | + } |
| 60 | + *, *::after, *::before { |
| 61 | + box-sizing: border-box !important; |
83 | 62 | } |
84 | 63 | </style> |
85 | 64 | </head> |
|
94 | 73 | </nav> |
95 | 74 | </header> |
96 | 75 |
|
97 | | - <main id="main" class="container"> |
| 76 | + <!-- Forcing native grid fluid wrapping constraint down across any subsequent raw MD layout insertions! --> |
| 77 | + <main id="main" class="container" style="max-width: 100vw; overflow-x: hidden; position: relative;"> |
98 | 78 | {{ content | safe }} |
99 | 79 | </main> |
100 | 80 |
|
|
103 | 83 | <div> |
104 | 84 | <h4 class="footer-title">Contact Me</h4> |
105 | 85 | <ul class="contact-list"> |
106 | | - <li><i class="fa fa-envelope" aria-hidden="true"></i> <a href="mailto:mohamedyou1357@gmail.com" aria-label="Send an email to Yousef Mohamed">mohamedyou1357@gmail.com</a></li> |
107 | | - <li><i class="fa fa-phone" aria-hidden="true"></i> <a href="tel:+201154907557" aria-label="Call Yousef Mohamed">+20 1154907557</a></li> |
| 86 | + <li><i class="fa fa-envelope" aria-hidden="true"></i> <a href="mailto:mohamedyou1357@gmail.com" aria-label="Email Yousef">mohamedyou1357@gmail.com</a></li> |
| 87 | + <li><i class="fa fa-phone" aria-hidden="true"></i> <a href="tel:+201154907557" aria-label="Call Yousef">+20 1154907557</a></li> |
108 | 88 | <li><i class="fa fa-map-marker" aria-hidden="true"></i> Cairo, Egypt</li> |
109 | 89 | </ul> |
110 | 90 | </div> |
111 | 91 | <div> |
112 | 92 | <h4 class="footer-title">Find Me Online</h4> |
113 | 93 | <p class="social-icons"> |
114 | | - <a href="https://www.linkedin.com/in/yousef-mohamed-2932a6251" target="_blank" rel="noopener" aria-label="Visit Yousef Mohamed's LinkedIn profile"><i class="fa fa-linkedin" aria-hidden="true"></i></a> |
115 | | - <a href="https://www.behance.net/yousefmohamed2004#" target="_blank" rel="noopener" aria-label="Visit Yousef Mohamed's Behance profile"><i class="fa fa-behance" aria-hidden="true"></i></a> |
116 | | - <a href="https://instagram.com/_yousefmohamad" target="_blank" rel="noopener" aria-label="Visit Yousef Mohamed's Instagram profile"><i class="fa fa-instagram" aria-hidden="true"></i></a> |
117 | | - <a href="https://vimeo.com/yousefmohamed2004" target="_blank" rel="noopener" aria-label="Visit Yousef Mohamed's Vimeo profile"><i class="fa fa-vimeo" aria-hidden="true"></i></a> |
118 | | - <a href="https://youtube.com/@Usif_mohamd2004" target="_blank" rel="noopener" aria-label="Visit Yousef Mohamed's YouTube channel"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> |
| 94 | + <!-- Icons fallback is covered heavily in automated Shim structure with zero UI breakage guarantee --> |
| 95 | + <a href="https://www.linkedin.com/in/yousef-mohamed-2932a6251" target="_blank" rel="noopener" aria-label="LinkedIn"><i class="fa fa-linkedin" aria-hidden="true"></i></a> |
| 96 | + <a href="https://www.behance.net/yousefmohamed2004#" target="_blank" rel="noopener" aria-label="Behance"><i class="fa fa-behance" aria-hidden="true"></i></a> |
| 97 | + <a href="https://instagram.com/_yousefmohamad" target="_blank" rel="noopener" aria-label="Instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a> |
| 98 | + <a href="https://vimeo.com/yousefmohamed2004" target="_blank" rel="noopener" aria-label="Vimeo"><i class="fa fa-vimeo" aria-hidden="true"></i></a> |
| 99 | + <a href="https://youtube.com/@Usif_mohamd2004" target="_blank" rel="noopener" aria-label="YouTube"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> |
119 | 100 | </p> |
120 | 101 | </div> |
121 | 102 | </div> |
122 | 103 | <div class="footer-copyright"> |
123 | | - <p>© 2025 Yousef Mohamed. All rights reserved.</p> |
| 104 | + <p>© 2026 Yousef Mohamed. All rights reserved.</p> |
124 | 105 | </div> |
125 | 106 | </footer> |
126 | | - |
127 | | - <!-- Scripts --> |
128 | | - <script src="{{ '/js/site.js' | url }}" defer></script> |
| 107 | + |
| 108 | + <!-- Reload scripts deferred for critical DOM construction pipeline to take CSS locks first Priority. Cache reset mapped. --> |
| 109 | + <script src="{{ '/js/site.js' | url }}?v=systemOverride3" defer></script> |
129 | 110 | </body> |
130 | 111 | </html> |
0 commit comments