-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
133 lines (125 loc) · 5.32 KB
/
portfolio.html
File metadata and controls
133 lines (125 loc) · 5.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Christoforos Papachristoforou | Devcrow Portfolio</title>
<meta name="description" content="Game developer, Unity Engineer and Designer. Explore my portfolio of Unity projects, commercial work, and solo experiments.">
<meta property="og:title" content="Christoforos Papachristoforou | Devcrow Portfolio">
<meta property="og:description" content="Game developer, Unity Engineer and Designer. Explore my portfolio of Unity projects, commercial work, and solo experiments.">
<meta property="og:image" content="https://d3vcrow.github.io/assets/obsidian_moon.png">
<meta property="og:url" content="https://d3vcrow.github.io/portfolio.html">
<meta property="og:type" content="website">
<link rel="icon" href="assets/obsidian_moon.png" type="image/png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Christoforos Papachristoforou",
"alternateName": "DevCrow",
"jobTitle": "Unity Developer & Game Designer",
"description": "Unity developer and game designer with 7+ years of experience. Specialising in C#, render pipelines, custom editor tooling, and performance optimisation.",
"url": "https://d3vcrow.github.io",
"image": "https://d3vcrow.github.io/assets/obsidian_moon.png",
"email": "chr.papachristoforou@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Athens",
"addressCountry": "GR"
},
"sameAs": [
"https://github.com/D3vCrow",
"https://www.linkedin.com/in/christoforos-papachristoforou-a7b303157/",
"https://d3vcrow.itch.io/"
],
"knowsAbout": [
"Unity", "C#", "Game Development", "HDRP", "URP",
"Render Pipelines", "Performance Profiling", "Custom Editor Tools",
"Build Pipeline", "Cinemachine", "ScriptableObjects",
"VFX Graph", "Shader Graph", "FMOD", "Addressables",
"Python", "Git", "3D Rendering", "Game Design"
],
"hasOccupation": [
{
"@type": "Occupation",
"name": "Unity Developer / Product Owner",
"occupationLocation": { "@type": "Country", "name": "Remote" },
"description": "Unity developer and product owner at Renderapp lt, managing 3D car configurator pipeline and owning Caterham's online configurator."
},
{
"@type": "Occupation",
"name": "Senior Unity Developer",
"occupationLocation": { "@type": "City", "name": "Athens, Greece" },
"description": "Contract senior Unity developer at e-Point, building a VR experience for Fraport Airport."
}
],
"worksFor": {
"@type": "Organization",
"name": "Obsidian Moon / DevCrow",
"url": "https://d3vcrow.github.io"
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@300;400;700&display=swap">
<link rel="stylesheet" href="css/main.css">
<!-- Schema.org Person markup — helps search engines and AI crawlers -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Christoforos Papachristoforou",
"alternateName": "Chris Papachristoforou",
"url": "https://d3vcrow.github.io",
"email": "chr.papachristoforou@gmail.com",
"jobTitle": "Unity Developer",
"description": "Unity developer and game designer with 7+ years of experience. Specialising in real-time 3D, render pipelines, custom editor tools, and C# systems architecture.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Athens",
"addressCountry": "GR"
},
"sameAs": [
"https://github.com/D3vCrow",
"https://www.linkedin.com/in/christoforos-papachristoforou-a7b303157/",
"https://d3vcrow.itch.io/"
],
"knowsAbout": [
"Unity", "C#", "Game Development", "Game Design",
"HDRP", "URP", "Render Pipelines", "Performance Profiling",
"Custom Editor Tools", "Python", "3D Rendering"
]
}
</script>
</head>
<body class="portfolio-page">
<!-- Navigation Bar -->
<nav>
<ul>
<li><a href="portfolio.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Fullscreen Header Block -->
<header class="reveal">
<div class="title-wrapper">
<div class="title-echo title-echo-r" aria-hidden="true">Christoforos<br> Papachristoforou</div>
<div class="title-echo title-echo-b" aria-hidden="true">Christoforos<br> Papachristoforou</div>
<div class="title-echo" aria-hidden="true">Christoforos<br> Papachristoforou</div>
<div class="title">Christoforos<br> Papachristoforou</div>
</div>
<div class="aka-container">
<div class="aka">aka Devcrow</div>
<div id="rotating-message-container"></div>
</div>
</header>
<video class="title-bg-video" autoplay loop muted playsinline preload="metadata">
<source src="assets/thrionbg.mp4" type="video/mp4">
</video>
<script src="js/main.js"></script>
</body>
</html>