Skip to content

Commit 04bd4fe

Browse files
authored
feat: [#102] website visuals
* wip: changing home page img for video * feat: home page new visuals * feat: all missing visuals
1 parent d3ebb0a commit 04bd4fe

20 files changed

+85
-15
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
508 KB
Loading
1.19 MB
Loading
784 KB
Loading

src/content/about/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { AboutPageContentStructure } from '../../views/about/';
22

3-
import MANIFESTO_IMG from './assets/manifesto-test.png';
3+
import MANIFESTO_IMG from './assets/about-manifesto-visual.png';
4+
import PATH_IMG from './assets/about-path-visual.png';
5+
import INITIATIVE_IMG from './assets/about-initiative-visual.png';
46

57
export const aboutContent: AboutPageContentStructure = {
68
manifesto: {
@@ -28,6 +30,7 @@ export const aboutContent: AboutPageContentStructure = {
2830

2931
path: {
3032
header: "Why I chose a <span class='highlight'>different path</span>.",
33+
visualPath: PATH_IMG,
3134
paragraphs: [
3235
"With a decade of experience, I've cultivated a diverse professional background as a marketing designer, UX/UI designer for web applications, and game developer. My core passion lies in games and interactive media—a burgeoning field that's reshaping the world and fostering innovation.",
3336
"Initially, I thought my path was in AAA studios, but I soon realized that design often takes a back seat there. Large productions typically stick to proven formulas to reduce risk. This makes sense, given the millions invested in game development and the critical need for success. However, many projects ultimately fail, games are canceled, teams are laid off, and the cycle continues. That is why, after four years of valuable experience, I decided to leave the AAA world and commit to a different path.",
@@ -37,6 +40,7 @@ export const aboutContent: AboutPageContentStructure = {
3740

3841
initiative: {
3942
header: "The <span class='highlight'>cd-labs</span> initiative",
43+
visualPath: INITIATIVE_IMG,
4044
paragraphs: [
4145
"My commitment is to a different model for game development—one that’s faster, more creative, and built on a foundation of unique ideas instead of market speculation. The goal is to deliver smaller, yet complete, gaming experiences centered around innovative and engaging mechanics.",
4246
"This approach also aims to bring players closer to the development world. By working transparently and involving the community in the process, I can deliver regular, polished, and affordable games that truly respect the player’s time.",
13.8 MB
Binary file not shown.
4.03 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.
7.27 MB
Binary file not shown.

0 commit comments

Comments
 (0)